We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a2bfa commit 65e3a2fCopy full SHA for 65e3a2f
subprojects/packagefiles/gee/gee/meson.build
@@ -86,6 +86,9 @@ if host_machine.system() == 'windows'
86
'/Za', # Stop stdlib.h from #defining min/max macros.
87
])
88
endif
89
+gee_c_args += meson.get_compiler('c').get_supported_arguments([
90
+ '-Wno-incompatible-function-pointer-types', # In clang 16+, this is an error by default.
91
+])
92
93
gee_lib = library(
94
gee_name,
0 commit comments