mono / libgdiplus

C-based implementation of the GDI+ API
http://www.mono-project.com/
MIT License
329 stars 171 forks source link

Fix clang warnings around implicit float conversions #655

Closed hughbe closed 10 months ago

hughbe commented 4 years ago

/Users/hugh/Documents/GitHub/libgdiplus/src/graphics.c:2647:30: warning: implicit conversion from 'int' to 'float' changes value from 1000000032 to 1.0E+9 [-Wimplicit-int-float-conversion]

hughbe commented 10 months ago

Closing, as libgdiplus is deprecated