http-parser
http-parser copied to clipboard
Fix gcc comma at end of enumerator list warning.
Add dummy "LAST" items to each enum to mask the gcc "comma at end of enumerator list" warning and allow building with -Werror.
Trailing comma is permitted since C99 (and C++11)
@viccpp . Very true. The FreeRTOS coreHTTP library that depends on http-parser targets C90 compilers.