From 0231f5e8accaf14c48b7ee6cf79d029ce2a35887 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 27 Jan 2024 19:41:52 +0300 Subject: [PATCH] wscript: warn about missing-prototypes by default for C --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wscript b/wscript index b459b9f9..ddc395ca 100644 --- a/wscript +++ b/wscript @@ -333,7 +333,8 @@ def configure(conf): '-Werror=old-style-declaration', '-Werror=old-style-definition', '-Werror=strict-prototypes', - '-fnonconst-initializers' # owcc + '-fnonconst-initializers', # owcc + '-Wmissing-prototypes', # not an error yet ] opt_cxxflags = [] # TODO: