Attempt to fix travis and appveyor

This commit is contained in:
Daniel Marjamäki 2016-01-13 16:39:09 +01:00
parent 023424f836
commit a6ac22f735
1 changed files with 2 additions and 2 deletions

View File

@ -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) \