Undefine printf if required

This commit is contained in:
Frank Denis
2017-12-16 21:01:12 +01:00
parent 192fd92cc7
commit 83b031bfd7
+1
View File
@@ -79,6 +79,7 @@ int main(void)
return 0;
}
#undef printf
#define printf(...) do { } while(0)
#elif !defined(BROWSER_TESTS)