aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/compilers/ghs/post.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/compilers/ghs/post.hxx')
-rw-r--r--libxsde/xsde/cxx/compilers/ghs/post.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/compilers/ghs/post.hxx b/libxsde/xsde/cxx/compilers/ghs/post.hxx
new file mode 100644
index 0000000..9dcdad1
--- /dev/null
+++ b/libxsde/xsde/cxx/compilers/ghs/post.hxx
@@ -0,0 +1,8 @@
+// file : xsde/cxx/compilers/ghs/post.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
+
+#ifdef __EDG__
+# pragma ghs endnowarning
+#endif