diff --git a/test/testGenVectorVc.cxx b/test/testGenVectorVc.cxx index afd94b8cbf7d52b8e874144820355fc890b58656..a4eab0926b9a385f69db7f9105fad9601f2c4415 100644 --- a/test/testGenVectorVc.cxx +++ b/test/testGenVectorVc.cxx @@ -1,11 +1,16 @@ // ROOT -#include "Math/Types.h" #include "Math/GenVector/PositionVector3D.h" #include "Math/GenVector/DisplacementVector3D.h" #include "Math/GenVector/Plane3D.h" #include "Math/GenVector/Transform3D.h" #include "TStopwatch.h" +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wall" +#pragma GCC diagnostic ignored "-Wunused-parameter" +#include <Vc/Vc> +#pragma GCC diagnostic pop + // STL #include <random> #include <vector>