add -Wmissing-declarations to -Wall
authorMatthias Braun <matze@braunis.de>
Wed, 15 Jun 2011 13:33:50 +0000 (15:33 +0200)
committerMatthias Braun <matze@braunis.de>
Fri, 17 Jun 2011 11:37:10 +0000 (13:37 +0200)
warning.c

index d8931d7..6804537 100644 (file)
--- a/warning.c
+++ b/warning.c
@@ -169,6 +169,7 @@ void set_warning_opt(const char *const opt)
                SET(implicit_int);
                SET(init_self);
                SET(main);
+               SET(missing_declarations);
                SET(nonnull);
                SET(parentheses);
                SET(pointer_arith);