aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/compilers/ghs/pre.h
blob: 076ab8ae5549030b7293262d7d648c1ea383396f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file      : xsde/c/compilers/ghs/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

// Warning pragmas are only available in the new generation compiler.
//
// 111 - statement is unreachable
//
#ifdef __EDG__
#  pragma ghs nowarning 111
#endif