aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/pre.h
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-06-02 13:33:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-06-02 13:33:25 +0200
commit2c97d4f6222c435719bab7f3d290321a77b4877b (patch)
tree361cb382362f61f5c99ac558b315dc1f9c00ac23 /libxsde/xsde/c/pre.h
parent264f4b7b9ac4988bef5c14505ce8836285a9c50d (diff)
Disable certain Green Hills C++ compiler warnings
Diffstat (limited to 'libxsde/xsde/c/pre.h')
-rw-r--r--libxsde/xsde/c/pre.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libxsde/xsde/c/pre.h b/libxsde/xsde/c/pre.h
new file mode 100644
index 0000000..05098d1
--- /dev/null
+++ b/libxsde/xsde/c/pre.h
@@ -0,0 +1,8 @@
+// file : xsde/c/pre.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
+
+#if defined(__ghs__) || defined(__ghs) || defined(ghs)
+# include <xsde/c/compilers/ghs/pre.h>
+#endif