Fix warning: comma at end of enumerator list
This commit is contained in:
parent
6d5ba42436
commit
4889644301
@ -122,6 +122,7 @@ typedef intptr_t ssize_t;
|
||||
#define UV_ERRNO_GEN(val, name, s) UV_##name = val,
|
||||
typedef enum {
|
||||
UV_ERRNO_MAP(UV_ERRNO_GEN)
|
||||
UV_MAX_ERRORS
|
||||
} uv_err_code;
|
||||
#undef UV_ERRNO_GEN
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user