mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03: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