From fae513c5585b9ba09c3aa8bfd4f7119208b7b5f9 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Wed, 16 Oct 2019 17:41:33 +0100 Subject: COMPMID-2486: Remove/add disabled compiler warnings Removed the following flags: -Wno-vla -Wno-strict-overflow Added: -Wformat-security Change-Id: I49eb3d724e14db796e543164295674617c37cb65 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/2109 Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Reviewed-by: Michele Di Giorgio --- utils/Utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/Utils.h') diff --git a/utils/Utils.h b/utils/Utils.h index bc2fef4eb0..1d59ee5679 100644 --- a/utils/Utils.h +++ b/utils/Utils.h @@ -32,6 +32,7 @@ #include "arm_compute/runtime/Tensor.h" #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-parameter" +#pragma GCC diagnostic ignored "-Wstrict-overflow" #include "libnpy/npy.hpp" #pragma GCC diagnostic pop #include "support/ToolchainSupport.h" -- cgit v1.2.1