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 847a81f commit 329ad34Copy full SHA for 329ad34
CMakeLists.txt
@@ -28,7 +28,7 @@ project(capstone
28
if (CMAKE_C_COMPILER_ID MATCHES "MSVC")
29
add_compile_options(/W1 /w14189 /w16268)
30
else()
31
- add_compile_options(-Wno-missing-braces -Wunused-function -Warray-bounds -Wunused-variable -Wparentheses -Wint-in-bool-context)
+ add_compile_options(-Wmissing-braces -Wunused-function -Warray-bounds -Wunused-variable -Wparentheses -Wint-in-bool-context)
32
endif()
33
34
# to configure the options specify them in in the command line or change them in the cmake UI.
0 commit comments