We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4bf85 commit e198b2dCopy full SHA for e198b2d
CMakeLists.txt
@@ -1,7 +1,7 @@
1
# For MSVC_RUNTIME_LIBRARY
2
cmake_minimum_required(VERSION 3.15)
3
4
-add_compile_options(-Wunused-function -Warray-bounds -Wunused-variable -Wparentheses -Wint-in-bool-context)
+add_compile_options(-Wno-missing-braces -Wunused-function -Warray-bounds -Wunused-variable -Wparentheses -Wint-in-bool-context)
5
6
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
7
message(FATAL_ERROR "In-tree builds are not supported. Run CMake from a separate directory: cmake -B build")
0 commit comments