mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Enable -Wnarrowing in Vulkan test suite (#2469)
This commit is contained in:
@@ -8,7 +8,6 @@ set(VULKAN_WRAPPER_SOURCES
|
||||
# needed by Vulkan wrapper to compile
|
||||
set(CMAKE_COMPILE_WARNING_AS_ERROR OFF)
|
||||
add_cxx_flag_if_supported(-Wmisleading-indentation)
|
||||
add_cxx_flag_if_supported(-Wno-narrowing)
|
||||
add_cxx_flag_if_supported(-Wno-format)
|
||||
add_cxx_flag_if_supported(-Wno-error)
|
||||
add_cxx_flag_if_supported(-Wno-error=cpp) # Allow #warning directive
|
||||
|
||||
Reference in New Issue
Block a user