Skip to content

Commit

Permalink
vulkan-samples: Add Wno-error=overriding-option and remove Wno-error=…
Browse files Browse the repository at this point in the history
…deprecated-declarations

jtv/libpqxx#738 seems to have been fixed
Workaround issue with clang-20 caused by
ARM-software/astc-encoder@8377e52

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Aug 31, 2024
1 parent 9e0ef14 commit 685abe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ CXXFLAGS:pn-libeigen:append:toolchain-clang:powerpc = " -DEIGEN_ALTIVEC_DISABLE_
# (aka 'void (*)(VkCommandBuffer_T *)') converts to incompatible function type [-Werror,-Wcast-function-type-strict]
CXXFLAGS:pn-opengl-es-cts:append:toolchain-clang = " -Wno-error=unsafe-buffer-usage -Wno-error=cast-function-type-strict"
CXXFLAGS:pn-vulkan-cts:append:toolchain-clang = " -Wno-error=unsafe-buffer-usage -Wno-error=cast-function-type-strict"
# see https://github.com/jtv/libpqxx/issues/738
CXXFLAGS:pn-vulkan-samples:append:toolchain-clang = " -Wno-error=deprecated-declarations"
# Wno-error=overriding-option needed with clang-20
CXXFLAGS:pn-vulkan-samples:append:toolchain-clang = " -Wno-error=overriding-option"
# Workaround for https://gitlab.gnome.org/GNOME/gtk/-/issues/6033
CFLAGS:pn-gtk4:append:toolchain-clang = " -Wno-error=int-conversion"

Expand Down

0 comments on commit 685abe9

Please sign in to comment.