]> git.puffer.fish Git - mirror/frr.git/commit
babeld: GCC complaining about no return in non-void function
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 13 Feb 2020 13:44:40 +0000 (08:44 -0500)
committerDavid Lamparter <equinox@diac24.net>
Thu, 23 Apr 2020 17:13:47 +0000 (19:13 +0200)
commitd4caff99f341dba7e3f7601a87704445582aa368
tree7590f84bd8c5be53988305ffe08ce60505e04e43
parenta014c27ae0f7bd2b97d45bd538b8bdae45ece17b
babeld: GCC complaining about no return in non-void function

The babel_main_loop function did not have a return for
a non-void function.  For some reason gcc is starting to complain
about this now.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
(cherry picked from commit be04d1487f975e4044c2c07089722dab7f5afbff)
babeld/babeld.c