summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-13 13:28:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-13 13:28:22 +0100
commit2273ce95c7a3522757378e96fd65cf380dc790cd (patch)
treec84d09642cc65618becb0dd47adc4914bfa24ec6 /idlc
parent3c9054eccf01f9d9c59ce1106bfbfd3c7add4f2e (diff)
WaE: don't seem to need this pragma
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/parser.y4
1 files changed, 1 insertions, 3 deletions
diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index bedf2e9c8183..acaf5c19b805 100644
--- a/idlc/source/parser.y
+++ b/idlc/source/parser.y
@@ -257,9 +257,7 @@ bool includes(AstDeclaration const * type1, AstDeclaration const * type2) {
}
// Suppress any warnings from generated code:
-#if defined __GNUC__
-#pragma GCC system_header
-#elif defined __SUNPRO_CC
+#if defined __SUNPRO_CC
#pragma disable_warn
#elif defined _MSC_VER
#pragma warning(push, 1)