aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/compilers/ghs/pre.hxx
blob: c4a053ade32ad138b6239978c74fd70b99484f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
// file      : xsde/cxx/compilers/ghs/pre.hxx
// copyright : Copyright (c) 2005-2017 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