davidmoreno / onion

C library to create simple HTTP servers and Web Applications.
http://www.coralbits.com/libonion/
Other
2.02k stars 250 forks source link

Fix gcc 8 warning about MEMORY_FAILURE macro #232

Closed jeffvandyke closed 6 years ago

jeffvandyke commented 6 years ago

In usage from low.c line 139, snprintf output could be between 32 and 50 bytes with %ld flag

This is the last warning that I'm seeing when compiling libonion as a subproject, excluding the tests folder