aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/compilers/ghs/pre.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/compilers/ghs/pre.hxx')
-rw-r--r--libxsde/xsde/cxx/compilers/ghs/pre.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/compilers/ghs/pre.hxx b/libxsde/xsde/cxx/compilers/ghs/pre.hxx
new file mode 100644
index 0000000..ad3217b
--- /dev/null
+++ b/libxsde/xsde/cxx/compilers/ghs/pre.hxx
@@ -0,0 +1,12 @@
+// file : xsde/cxx/compilers/ghs/pre.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+// Warning pragmas are only available in the new generation compiler.
+//
+// 997 - virtual function hidden
+//
+#ifdef __EDG__
+# pragma ghs nowarning 997
+#endif