Skip to content

Commit 5ecd483

Browse files
committed
Disabled -Wmaybe-uninitialized
1 parent 401c789 commit 5ecd483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/tight_inclusion/tight_inclusion_warnings.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ set(TIGHT_INCLUSION_FLAGS
1919
-Wno-long-long
2020
-Wpointer-arith
2121
-Wformat=2
22+
-Wno-maybe-uninitialized
2223
-Wuninitialized
2324
-Wcast-qual
2425
-Wmissing-noreturn

0 commit comments

Comments
 (0)