Undefine printf if required

This commit is contained in:
Frank Denis 2017-12-16 21:00:44 +01:00
parent bfc8ec1248
commit 69642f0409

View File

@ -153,6 +153,7 @@ int main(void)
return 0;
}
#undef printf
#define printf(...) do { } while(0)
#elif !defined(BROWSER_TESTS)