aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/compilers/ghs/pre.h
blob: 9da9c3d48d2629f3a8cb067f7de63dcc0e599482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* file      : xsde/c/compilers/ghs/pre.h
 * author    : Boris Kolpackov <boris@codesynthesis.com>
 * copyright : Copyright (c) 2005-2011 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