Skip to content

Commit 3a17a38

Browse files
committed
🚨 Turn on UDL extension warning
The only library that currently needs this warning turned off is CIB, and it turns it off separately. C++20 removes the need for this extension anyway; the warning only remains off because of crashes in clang when we remove the extension use.
1 parent 683d09d commit 3a17a38

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)