From a6ac22f735524c2967ff6e730229ee6b7c791c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 13 Jan 2016 16:39:09 +0100 Subject: [PATCH] Attempt to fix travis and appveyor --- test/testio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testio.cpp b/test/testio.cpp index 4451b005f..738902fb4 100644 --- a/test/testio.cpp +++ b/test/testio.cpp @@ -727,8 +727,8 @@ private: ((std::string(FORMATSTR) != std::string(TYPE) && \ std::string("signed " FORMATSTR) != std::string(TYPE) && \ std::string("unsigned " FORMATSTR) != std::string(TYPE) && \ - std::string(FORMATSTR) != std::string("signed " TYPE) /* && \ - std::string(FORMATSTR) != std::string("unsigned " TYPE) */ ) \ + std::string(FORMATSTR) != std::string("signed " TYPE) /* && */ \ + /* std::string(FORMATSTR) != std::string("unsigned " TYPE) */ ) \ ? "[test.cpp:1]: (warning) " FORMAT " in format string (no. 1) requires '" FORMATSTR " *' but the argument type is '" TYPE " *'.\n" \ : "") #define TEST_SCANF_ERR_AKA(FORMAT,FORMATSTR,TYPE,AKATYPE) \