Skip to content

Commit 00ed72e

Browse files
committed
🛠 Forgot the no- and the closing parentheses
1 parent 5baa845 commit 00ed72e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,10 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND NOT CMAKE_CXX_COMPILER_VERSION VERSI
177177
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95353
178178
target_compile_options(ztd.encoding_tables
179179
PUBLIC
180-
-Wstringop-overflow
181-
-Wstringop-overread
182-
-Warray-bounds
180+
-Wno-stringop-overflow
181+
-Wno-stringop-overread
182+
-Wno-array-bounds
183+
)
183184
endif()
184185

185186

0 commit comments

Comments
 (0)