sammycage / plutosvg

Tiny SVG rendering library in C
MIT License
247 stars 17 forks source link

declaration of "id" hides function parameter #6

Closed moudey closed 2 years ago

moudey commented 2 years ago

Hello @sammycage,

I found this alert during the compile

declaration of "id" hides function parameter https://github.com/sammycage/plutosvg/blob/336c02997277a1888e6ccbbbe674551a0582e5c4/source/plutosvg.c#L520

declaration of 'value' hides previous local declaration https://github.com/sammycage/plutosvg/blob/336c02997277a1888e6ccbbbe674551a0582e5c4/source/plutosvg.c#L1212

Thanks

sammycage commented 2 years ago

It is just a warning.. I will try to fix it away.. <3😎😇