RafaGago / mini-async-log

Non bloated asynchronous logger
Other
220 stars 20 forks source link

printf/sprintf format related warnings when targetting x64 #4

Closed RafaGago closed 8 years ago

RafaGago commented 9 years ago

This pull request contained the required fixes:

https://github.com/RafaGago/ufo-log/pull/3

In a first instance using ostreams for the example files and the preprocessor for the internals could work.

RafaGago commented 9 years ago

I added the needed preprocessor macros at util/system.hpp.

Low priority for the fixes in example code.