Skip to content

Commit 4da1965

Browse files
committed
change GCC's maybe-uninitialized into warning
1 parent a4aa48e commit 4da1965

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ target_compile_options(${PROJECT_NAME}-test
5959
-Wduplicated-branches
6060
#-Wswitch-default
6161
-Wcast-align=strict
62+
-Wno-error=maybe-uninitialized
6263
>
6364
$<$<CXX_COMPILER_ID:Clang>:
6465
-Wshift-sign-overflow

0 commit comments

Comments
 (0)