From 2c97d4f6222c435719bab7f3d290321a77b4877b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Jun 2010 13:33:25 +0200 Subject: Disable certain Green Hills C++ compiler warnings --- libxsde/xsde/c/pre.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libxsde/xsde/c/pre.h (limited to 'libxsde/xsde/c/pre.h') 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 +// 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 +#endif -- cgit v1.1