From b4e19716a92bb9ce8350b202fd86176d989e85d1 Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Wed, 14 Nov 2018 14:31:43 +0100 Subject: [PATCH] Suppress -Wshadow warnings coming from Vc headers --- include/VecCore/Backend/Vc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/VecCore/Backend/Vc.h b/include/VecCore/Backend/Vc.h index 07ced166..9e555841 100644 --- a/include/VecCore/Backend/Vc.h +++ b/include/VecCore/Backend/Vc.h @@ -6,6 +6,7 @@ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wall" #pragma GCC diagnostic ignored "-Wextra" +#pragma GCC diagnostic ignored "-Wshadow" #include