]> git.proxmox.com Git - mirror_frr.git/commitdiff
Merge pull request #5805 from donaldsharp/babel_int_return
authorMark Stapp <mjs@voltanet.io>
Thu, 13 Feb 2020 16:32:06 +0000 (11:32 -0500)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 16:32:06 +0000 (11:32 -0500)
babeld: GCC complaining about no return in non-void function

babeld/babeld.c

index 71bab2fcbfe1c4642069cd4640e9d96bc9a7232f..83a2a3137c8e78240d6aa4545644c8ae014b3ec3 100644 (file)
@@ -409,6 +409,7 @@ babel_main_loop(struct thread *thread)
     }
 
     assert(0); /* this line should never be reach */
+    return 0;
 }
 
 static void