aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/compilers/ghs/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/c/compilers/ghs/post.h')
-rw-r--r--libxsde/xsde/c/compilers/ghs/post.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libxsde/xsde/c/compilers/ghs/post.h b/libxsde/xsde/c/compilers/ghs/post.h
new file mode 100644
index 0000000..7a16f02
--- /dev/null
+++ b/libxsde/xsde/c/compilers/ghs/post.h
@@ -0,0 +1,8 @@
+// file : xsde/c/compilers/ghs/post.h
+// 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