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.
no-
1 parent 5baa845 commit 00ed72eCopy full SHA for 00ed72e
1 file changed
CMakeLists.txt
@@ -177,9 +177,10 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND NOT CMAKE_CXX_COMPILER_VERSION VERSI
177
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95353
178
target_compile_options(ztd.encoding_tables
179
PUBLIC
180
- -Wstringop-overflow
181
- -Wstringop-overread
182
- -Warray-bounds
+ -Wno-stringop-overflow
+ -Wno-stringop-overread
+ -Wno-array-bounds
183
+ )
184
endif()
185
186
0 commit comments