diff options
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 84575d9..d34b6b6 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -299,6 +299,9 @@ CXXFLAGS:pn-libeigen:append:toolchain-clang:powerpc = " -DEIGEN_ALTIVEC_DISABLE_ | |||
299 | CXXFLAGS:pn-opengl-es-cts:append:toolchain-clang = " -Wno-error=unsafe-buffer-usage -Wno-error=cast-function-type-strict" | 299 | CXXFLAGS:pn-opengl-es-cts:append:toolchain-clang = " -Wno-error=unsafe-buffer-usage -Wno-error=cast-function-type-strict" |
300 | CXXFLAGS:pn-vulkan-cts:append:toolchain-clang = " -Wno-error=unsafe-buffer-usage -Wno-error=cast-function-type-strict" | 300 | CXXFLAGS:pn-vulkan-cts:append:toolchain-clang = " -Wno-error=unsafe-buffer-usage -Wno-error=cast-function-type-strict" |
301 | 301 | ||
302 | # Workaround for https://gitlab.gnome.org/GNOME/gtk/-/issues/6033 | ||
303 | CFLAGS:pn-gtk4:append:toolchain-clang = " -Wno-error=int-conversion" | ||
304 | |||
302 | # usr/include/glib-2.0/glib/glib-autocleanups.h:49:1: error: cast from 'void (*)(void)' to 'GDestroyNotify' | 305 | # usr/include/glib-2.0/glib/glib-autocleanups.h:49:1: error: cast from 'void (*)(void)' to 'GDestroyNotify' |
303 | # (aka 'void (*)(void *)') converts to incompatible function type [-Werror,-Wcast-function-type-strict] | 306 | # (aka 'void (*)(void *)') converts to incompatible function type [-Werror,-Wcast-function-type-strict] |
304 | CFLAGS:pn-pidgin-sipe:append:toolchain-clang = " -Wno-error=cast-function-type-strict" | 307 | CFLAGS:pn-pidgin-sipe:append:toolchain-clang = " -Wno-error=cast-function-type-strict" |