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