We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4d1b4 commit 0ba73e5Copy full SHA for 0ba73e5
1 file changed
meson.build
@@ -43,6 +43,12 @@ endforeach
43
conf.set10('HAVE_MALLOPT', cc.has_function('mallopt', prefix: '#include <malloc.h>'))
44
45
46
+add_global_arguments([
47
+ '-Werror=implicit-function-declaration',
48
+ ],
49
+ language: 'c',
50
+)
51
+
52
if not get_option('deprecated_warnings')
53
add_global_arguments([
54
'-Wno-deprecated-declarations',
0 commit comments