Skip to content

Commit 3871d35

Browse files
alfCcorreaa
authored andcommitted
bumd version for warning
1 parent d26953b commit 3871d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ else()
9797
$<$<VERSION_GREATER_EQUAL:$<CXX_COMPILER_VERSION>,11>:-Waddress-of-packed-member>
9898
-Wno-aggregate-return # (disallow return classes or structs, seems a C-compatibility warning)
9999
-Waggressive-loop-optimizations
100-
$<$<VERSION_GREATER_EQUAL:$<CXX_COMPILER_VERSION>,12>:-Wanalyzer-out-of-bounds>
100+
$<$<VERSION_GREATER_EQUAL:$<CXX_COMPILER_VERSION>,13>:-Wanalyzer-out-of-bounds>
101101
-Waligned-new=all
102102
# -Walloc-size-larger-than=<bytes> # (gcc 12, not in 11)
103103
-Walloc-zero

0 commit comments

Comments
 (0)