mirror of
https://github.com/DaveGamble/cJSON.git
synced 2026-08-17 22:39:52 +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