Skip to content

Commit e198b2d

Browse files
committed
1 parent fa4bf85 commit e198b2d

File tree

2 files changed

+1525
-1525
lines changed

2 files changed

+1525
-1525
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# For MSVC_RUNTIME_LIBRARY
22
cmake_minimum_required(VERSION 3.15)
33

4-
add_compile_options(-Wunused-function -Warray-bounds -Wunused-variable -Wparentheses -Wint-in-bool-context)
4+
add_compile_options(-Wno-missing-braces -Wunused-function -Warray-bounds -Wunused-variable -Wparentheses -Wint-in-bool-context)
55

66
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
77
message(FATAL_ERROR "In-tree builds are not supported. Run CMake from a separate directory: cmake -B build")

0 commit comments

Comments
 (0)