Skip to content

Commit

Permalink
vulkan-samples: Re-introduce -Wno-error=deprecated-declarations
Browse files Browse the repository at this point in the history
Its still needed with clang-18 with libc++

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 3, 2024
1 parent dda3f8c commit 304da50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ CXXFLAGS:pn-libeigen:append:toolchain-clang:powerpc = " -DEIGEN_ALTIVEC_DISABLE_
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"
# Wno-error=overriding-option needed with clang-20
CXXFLAGS:pn-vulkan-samples:append:toolchain-clang = " -Wno-error=overriding-option"
# see https://github.com/jtv/libpqxx/issues/738 for deprecated-declarations ( not needed with clang19+ )
CXXFLAGS:pn-vulkan-samples:append:toolchain-clang = " -Wno-error=overriding-option -Wno-error=deprecated-declarations"
# 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 304da50

Please sign in to comment.