File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ project(capstone VERSION ${PROJECT_VERSION_BASE})
3636# Print the values of PROJECT_VERSION and PROJECT_VERSION_BASE
3737message (STATUS "PROJECT_VERSION: ${CPACK_PACKAGE_VERSION} CAPSTONE_VERSION: ${PROJECT_VERSION_BASE} " )
3838
39- set (UNIX_COMPILER_OPTIONS -Werror -Wall -Warray-bounds -Wshift-negative-value -Wreturn-type -Wformat -Wmissing-braces -Wunused-function -Warray-bounds -Wunused-variable -Wparentheses -Wint-in-bool -context -Wmisleading-indentation)
39+ set (UNIX_COMPILER_OPTIONS -Werror -Wall -Warray-bounds -Wshift-negative-value -Wreturn-type -Wformat -Wmissing-braces -Wunused-function -Warray-bounds -Wunused-variable -Wparentheses -Wint-in-bool -context -Wmisleading-indentation -Wunused-const- variable =1 )
4040
4141# maybe-uninitialized is only supported by newer versions of GCC.
4242# Unfortunately, it is pretty unreliable and reports wrong results.
You can’t perform that action at this time.
0 commit comments