iftest.c:36:1: warning: control reaches end of non-void function Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- utils/iftest.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/utils/iftest.c b/utils/iftest.c index 2bbe3a3..523a17a 100644 --- a/utils/iftest.c +++ b/utils/iftest.c @@ -7,7 +7,7 @@ #include <libnfnetlink/libnfnetlink.h> -int main() +int main(void) { int i; struct nlif_handle *h; @@ -33,4 +33,5 @@ int main() } nlif_close(h); + return EXIT_SUCCESS; } -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html