Add parentheses around macro parameters
This commit is contained in:
parent
6051ff63e0
commit
4430b06c71
|
@ -37,8 +37,8 @@
|
|||
#define MAKE_STATIC_ENT(I, N, V, NH, VH) \
|
||||
{ \
|
||||
{ \
|
||||
{ (uint8_t *) N, (uint8_t *)V, sizeof(N) - 1, sizeof(V) - 1, 0 } \
|
||||
, NH, VH, 1, NGHTTP2_HD_FLAG_NONE \
|
||||
{ (uint8_t *)(N), (uint8_t *)(V), sizeof((N)) - 1, sizeof((V)) - 1, 0 } \
|
||||
, (NH), (VH), 1, NGHTTP2_HD_FLAG_NONE \
|
||||
} \
|
||||
, I \
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue