From 8d28e717894df51f42a5a04dc93b89738e7dd0e6 Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Fri, 3 Jun 2022 16:09:51 +0200 Subject: [PATCH] CI: Remove -Wstrict-overflow --- 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