mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Remove overread warning.
This commit is contained in:
@@ -149,7 +149,7 @@ target_compile_options(c3c PRIVATE -Wno-unknown-warning-option
|
||||
-Wignored-qualifiers -Wimplicit-fallthrough=3 -Wmisleading-indentation
|
||||
-Wold-style-declaration -Woverride-init
|
||||
-Wtype-limits -Wshift-negative-value
|
||||
-Wnested-externs -Wvla
|
||||
-Wnested-externs -Wvla -Wno-stringop-overread
|
||||
-Wpointer-arith -Wpacked
|
||||
-Walloc-zero -Wduplicated-cond -Wshadow
|
||||
-Wmissing-field-initializers -Wmissing-parameter-type
|
||||
|
||||
Reference in New Issue
Block a user