aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/compilers/ghs/pre.hxx
blob: 9cde90a202e79b40e97f7628fa4f8a24f533f3a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// file      : xsde/cxx/compilers/ghs/pre.hxx
// 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.
//
// 997 - virtual function hidden
//
#ifdef __EDG__
#  pragma ghs nowarning 997
#endif