diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 8160a0a..902b5a9 100644 --- a/meson.build +++ b/meson.build @@ -17,6 +17,7 @@ cc_flags = [ ] cc_warning_flags = [ '-Wno-sign-compare', # Lots of pointless warnings + '-Werror=implicit-function-declaration', # A warning is too weak ] cc_flags += cc.get_supported_arguments(cc_warning_flags) cc_extra_flags = [ |