aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib.c
diff options
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.c b/lib.c
index 4856b65f..7f6334c9 100644
--- a/lib.c
+++ b/lib.c
@@ -207,6 +207,7 @@ int Wuninitialized = 1;
int Wold_initializer = 1;
int Wnon_pointer_null = 1;
int Wparen_string = 0;
+int Wreturn_void = 0;
int dbg_entry = 0;
int dbg_dead = 0;
@@ -359,6 +360,7 @@ static const struct warning {
{ "old-initializer", &Wold_initializer },
{ "non-pointer-null", &Wnon_pointer_null },
{ "paren-string", &Wparen_string },
+ { "return-void", &Wreturn_void },
};
enum {