We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2499d4 commit ab3456fCopy full SHA for ab3456f
tests/CMakeLists.txt
@@ -23,8 +23,8 @@ if (MSVC)
23
elseif (NOT NB_TEST_CUDA)
24
add_compile_options(/W4)
25
endif()
26
-elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU")
27
- add_compile_options(-Wall -Wextra -Wno-unused-local-typedefs)
+elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU|IntelLLVM")
+ add_compile_options(-Wall -Wextra)
28
29
30
if (UNIX AND (CMAKE_SIZEOF_VOID_P EQUAL 4) AND (CMAKE_SYSTEM_PROCESSOR STREQUAL i686))
0 commit comments