mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +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
|
-Wignored-qualifiers -Wimplicit-fallthrough=3 -Wmisleading-indentation
|
||||||
-Wold-style-declaration -Woverride-init
|
-Wold-style-declaration -Woverride-init
|
||||||
-Wtype-limits -Wshift-negative-value
|
-Wtype-limits -Wshift-negative-value
|
||||||
-Wnested-externs -Wvla
|
-Wnested-externs -Wvla -Wno-stringop-overread
|
||||||
-Wpointer-arith -Wpacked
|
-Wpointer-arith -Wpacked
|
||||||
-Walloc-zero -Wduplicated-cond -Wshadow
|
-Walloc-zero -Wduplicated-cond -Wshadow
|
||||||
-Wmissing-field-initializers -Wmissing-parameter-type
|
-Wmissing-field-initializers -Wmissing-parameter-type
|
||||||
|
|||||||
Reference in New Issue
Block a user