DaveGamble / cJSON

Ultralightweight JSON parser in ANSI C
MIT License
10.82k stars 3.22k forks source link

conversion error in gcc x86_64-w64-mingw32 #898

Open GwXyCc opened 3 weeks ago

GwXyCc commented 3 weeks ago

conversion from 'double' to 'float' may change value [-Werror=float-conversion] This error in cJson.c file,line 569,35 columns How can i solve this error?