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