From 35348fcf98474019e87309ec802cf7f7cf460f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 4 Jun 2017 14:46:57 +0200 Subject: [PATCH] Try to fix Travis --- lib/check.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/check.h b/lib/check.h index 204cfc370..5651f118f 100644 --- a/lib/check.h +++ b/lib/check.h @@ -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 {