diff options
Diffstat (limited to 'src/vlib')
-rw-r--r-- | src/vlib/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/buffer.h b/src/vlib/buffer.h index cfe7d6487b6..3144888f604 100644 --- a/src/vlib/buffer.h +++ b/src/vlib/buffer.h @@ -178,7 +178,7 @@ typedef union u8 pre_data[VLIB_BUFFER_PRE_DATA_SIZE]; /** Packet data */ - u8 data[0]; + u8 data[]; }; #ifdef CLIB_HAVE_VEC128 u8x16 as_u8x16[4]; |