summaryrefslogtreecommitdiff
path: root/src/arch/arm/fastmodel/GIC/gic.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/fastmodel/GIC/gic.hh')
-rw-r--r--src/arch/arm/fastmodel/GIC/gic.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/arm/fastmodel/GIC/gic.hh b/src/arch/arm/fastmodel/GIC/gic.hh
index 15abba94c..24f0906ba 100644
--- a/src/arch/arm/fastmodel/GIC/gic.hh
+++ b/src/arch/arm/fastmodel/GIC/gic.hh
@@ -30,10 +30,10 @@
#ifndef __ARCH_ARM_FASTMODEL_GIC_GIC_HH__
#define __ARCH_ARM_FASTMODEL_GIC_GIC_HH__
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Woverloaded-virtual"
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Woverloaded-virtual"
#include <amba_pv.h>
-#pragma clang diagnostic pop
+#pragma GCC diagnostic pop
#include <memory>