Skip to content

Commit 82a8c97

Browse files
committed
check gcc 11 behavior
1 parent b4f5224 commit 82a8c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
-G
4141
"Unix Makefiles"
4242
; GCC 7 (shipped with esy) doesn't like _ for unused variables
43-
"-DCMAKE_CXX_FLAGS=-Wno-unused-variable -Wno-maybe-uninitialized"
43+
; "-DCMAKE_CXX_FLAGS=-Wno-unused-variable -Wno-maybe-uninitialized"
4444
-DBUILD_TESTS=OFF
4545
-DBUILD_TOOLS=OFF
4646
-DBUILD_STATIC_LIB=ON
@@ -127,7 +127,7 @@
127127
"Unix Makefiles"
128128
-DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
129129
-DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++
130-
"-DCMAKE_SYSTEM_NAME=Windows"
130+
"-DCMAKE_SYSTEM_NAME=Windows"
131131
; GCC 7 (shipped with esy) doesn't like _ for unused variables
132132
"-DCMAKE_CXX_FLAGS=-Wno-unused-variable -Wno-maybe-uninitialized"
133133
-DBUILD_TESTS=OFF

0 commit comments

Comments
 (0)