forked from boostorg/config
Added __CODEGEARC__ warning suppression.
[SVN r49822]
This commit is contained in:
@ -45,6 +45,11 @@
|
|||||||
#else
|
#else
|
||||||
#define __BORLANDC___WORKAROUND_GUARD 0
|
#define __BORLANDC___WORKAROUND_GUARD 0
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef __CODEGEARC__
|
||||||
|
#define __CODEGEARC___WORKAROUND_GUARD 1
|
||||||
|
#else
|
||||||
|
#define __CODEGEARC___WORKAROUND_GUARD 0
|
||||||
|
#endif
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#define _MSC_VER_WORKAROUND_GUARD 1
|
#define _MSC_VER_WORKAROUND_GUARD 1
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user