Skip to content

Commit 7f6c4ac

Browse files
committed
avoid compilation warning of test snippets
1 parent a2e9a88 commit 7f6c4ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ if(NOT MSVC)
183183
PRIVATE
184184
-Wno-unused-variable
185185
-Wno-attributes
186+
-Wno-unused-value
187+
-Wno-uninitialized
188+
-Wno-unused-but-set-variable
186189
)
187190
endif()
188191

0 commit comments

Comments
 (0)