GAMS  1.4.0
CPP11_compat.h
Go to the documentation of this file.
1 #ifndef INCLUDED_CPP11_COMPAT_H
2 #define INCLUDED_CPP11_COMPAT_H
3 
4 #ifdef __GNUC__
5 #define WARN_UNUSED __attribute__((warn_unused_result))
6 #else
7 #define WARN_UNUSED
8 #endif
9 
10 #endif