From 560cede06da882bb730a24363e5bf4eafaa484dc Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Fri, 3 Jun 2022 20:39:24 +0200 Subject: [PATCH] CI: Remove -Wstrict-overflow (#3516) --- cmake/ci.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/ci.cmake b/cmake/ci.cmake index ed26e02b5..a571c493b 100644 --- a/cmake/ci.cmake +++ b/cmake/ci.cmake @@ -343,8 +343,6 @@ set(GCC_CXXFLAGS -Wstrict-aliasing -Wstrict-aliasing=3 -Wstrict-null-sentinel - -Wstrict-overflow - -Wstrict-overflow=5 -Wstring-compare -Wstringop-overflow=4 -Wstringop-overread