From 0f6f3763405d9ce13e2542d3bcd4a5fa5e3c7663 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 29 Apr 2021 18:27:09 +0200 Subject: [PATCH] Remove overread warning. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8db2a707d..6f143d55c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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