+1
−0
+1
−1
Loading
Force enabled printf format checking in project.yml in order to catch issues that GCC clang is not catching with mismatched specifiers. Ensured that FILE* is cast to size_t to eliminate platform specific complaints. Readded sleep to teardown in socket tests, since I guess it DOES matter on Linux... UGH