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
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. See also upstream PR: kazuho/picojson#127
- Loading branch information