Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix compiler warning on __STDC_FORMAT_MACROS redef
Fixes kazuho#91 Without this, if I include 2 libraries that define this macro, I get warnings like ``` warning: '__STDC_FORMAT_MACROS' macro redefined [-Wmacro-redefined] ``` This is on macos 10.15 with AppleClang 11.
- Loading branch information