mirror of
https://github.com/DaveGamble/cJSON.git
synced 2026-06-06 05:14:39 +00:00
Problem: WError error on macosx because NAN is a float
Solution: Add explicit cast from NAN to double
This commit is contained in:
Solution: Add explicit cast from NAN to double