mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 02:58:53 +08:00
nghttp2.h: avoid compiler warnings due to comma after last enum
warning: comma at end of enumerator list [-Werror=pedantic]
This commit is contained in:
committed by
Tatsuhiro Tsujikawa
parent
7a9cff9b5a
commit
e8ca112749
@@ -524,7 +524,7 @@ typedef enum {
|
||||
* The HEADERS frame which does not apply for the above categories,
|
||||
* which is analogous to HEADERS in SPDY.
|
||||
*/
|
||||
NGHTTP2_HCAT_HEADERS = 3,
|
||||
NGHTTP2_HCAT_HEADERS = 3
|
||||
} nghttp2_headers_category;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user