Don't error on unknown warning suppression

* Otherwise it's impossible - this warning I guess was only added in a
  later version.
This commit is contained in:
baldurk
2016-11-19 15:43:11 +01:00
parent 512906c104
commit 60fed06de0
@@ -97,7 +97,7 @@ set(sources
add_definitions(-DAMD_EXTENSIONS)
set_source_files_properties(${glslang_sources}
PROPERTIES COMPILE_FLAGS "-Wno-ignored-qualifiers -Wno-inconsistent-missing-override")
PROPERTIES COMPILE_FLAGS "-Wno-ignored-qualifiers -Wno-unknown-warning-option -Wno-inconsistent-missing-override")
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set_source_files_properties(${glslang_dir}/SPIRV/GlslangToSpv.cpp