Skip to content
Snippets Groups Projects
Commit ce22c1c6 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Silence warnings coming from the Vc headers.

parent a17afb56
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,17 @@
#include "RConfigure.h"
#ifdef R__HAS_VECCORE
#if defined(R__HAS_VC) && !defined(VECCORE_ENABLE_VC)
#define VECCORE_ENABLE_VC
#endif
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wall"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wconditional-uninitialized"
#include <VecCore/VecCore>
#pragma GCC diagnostic pop
namespace ROOT {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment