From 18833a9b2900ea137c779944a0215273fb2395fc Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 15 Jun 2011 15:33:50 +0200 Subject: [PATCH] add -Wmissing-declarations to -Wall --- warning.c | 1 + 1 file changed, 1 insertion(+) diff --git a/warning.c b/warning.c index d8931d7..6804537 100644 --- 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); -- 2.20.1