]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Tell the compiler we don't care about the return code
authorDonald Sharp <sharpd@nvidia.com>
Thu, 24 Sep 2020 11:52:20 +0000 (07:52 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 24 Sep 2020 11:52:20 +0000 (07:52 -0400)
commit7895c3bc4f6c73e44ba77eeca1375ee73cb467a3
tree1431d08f259e92a30f5de8dfa0b00a726a7f13b0
parent9781e6a047f7ec97855bb53bdeb7b42723f88b45
lib: Tell the compiler we don't care about the return code

When calling yang_snodes_iterate_subtree we don't care about
the return code.  So explicitly say we don't care so that
SA tools can be on the same page as us.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/northbound.c