This should be MSC specific.
This commit is contained in:
parent
fc8b2dbfc2
commit
c99e7dc2e5
|
@ -32,7 +32,9 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable: 4786)
|
||||
#endif
|
||||
|
||||
// JME
|
||||
#include "agg_basics.h"
|
||||
|
|
Loading…
Reference in New Issue