X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Frandom_buffer.h;fp=src%2Fvppinfra%2Frandom_buffer.h;h=12343c10535b34ac357c1c8049614f8af92042fd;hb=c3148b1be8f519c80c4417c21b978dfef72b351b;hp=83e6bcef479acd7f2e6cca2c053e5e1b12498659;hpb=e2ed59933153d665ee43add2de03a581627b73fa;p=vpp.git diff --git a/src/vppinfra/random_buffer.h b/src/vppinfra/random_buffer.h index 83e6bcef479..12343c10535 100644 --- a/src/vppinfra/random_buffer.h +++ b/src/vppinfra/random_buffer.h @@ -42,9 +42,7 @@ #include #include -/* *INDENT-OFF* */ WARN_OFF(array-bounds) -/* *INDENT-ON* */ typedef struct { @@ -120,9 +118,7 @@ clib_random_buffer_get_data (clib_random_buffer_t * b, uword n_bytes) return b->buffer + i; } -/* *INDENT-OFF* */ WARN_ON(array-bounds) -/* *INDENT-ON* */ #endif /* included_clib_random_buffer_h */