]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: fix compile warning from falling off end of main
authorStephen Hemminger <shemminger@vyatta.com>
Tue, 6 Dec 2011 21:25:46 +0000 (01:25 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Tue, 6 Dec 2011 21:25:46 +0000 (01:25 +0400)
commitc143c38bc707194d52aec544e62e5485c6c4bc08
tree7938595b9e34ac8787d5c1a7a589c46f25db0fdc
parentd7a083844db63b3dda412c755ce69bf13f41961f
ospf6d: fix compile warning from falling off end of main

ospf6 main always calls ospf6_exit() which always calls exit.
Use attributes to tell GCC that this is ok.
ospf6d/ospf6_main.c