Try to fix Travis

This commit is contained in:
Daniel Marjamäki 2017-06-04 14:46:57 +02:00
parent 1439b08fbd
commit 35348fcf98
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#ifdef DACA2
#define CHECK_WRONG_DATA(X, TOK) ({ if(X) reportError(TOK,Severity::error,"DacaWrongData","Wrong data detected"); X;})
#else
#define CHECK_WRONG_DATA(X) (X)
#define CHECK_WRONG_DATA(X, TOK) (X)
#endif
namespace tinyxml2 {