Skip to content

Commit 5b1e51f

Browse files
authored
Merge pull request intel#106 from elbeno/remove-udl-template-warning
🚨 Turn on UDL extension warning
2 parents 683d09d + 3a17a38 commit 5b1e51f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmake/warnings.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ target_compile_options(
2828
-Wshadow
2929
$<$<CXX_COMPILER_ID:GNU>:-Wuseless-cast>
3030
-Wunused
31-
$<$<CXX_COMPILER_ID:Clang>:-Wmissing-prototypes>
32-
# warnings turned off
33-
$<$<CXX_COMPILER_ID:Clang>:-Wno-gnu-string-literal-operator-template>)
31+
$<$<CXX_COMPILER_ID:Clang>:-Wmissing-prototypes>)

0 commit comments

Comments
 (0)