X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fmemcpy_avx512.h;fp=src%2Fvppinfra%2Fmemcpy_avx512.h;h=1444c271ff17dbaaf47f35ef919f3f701d86e337;hb=a66971f980187efd03a84d340b80a7d3cf39deac;hp=9032b5436a393c4cfe3adc33a5def316e9394f6e;hpb=9165e0365cc21575fd3e4a98be59317a839553f4;p=vpp.git diff --git a/src/vppinfra/memcpy_avx512.h b/src/vppinfra/memcpy_avx512.h index 9032b5436a3..1444c271ff1 100644 --- a/src/vppinfra/memcpy_avx512.h +++ b/src/vppinfra/memcpy_avx512.h @@ -50,6 +50,11 @@ #include #include +#include + +/* *INDENT-OFF* */ +WARN_OFF (stringop-overflow) +/* *INDENT-ON* */ static inline void clib_mov16 (u8 * dst, const u8 * src) @@ -264,6 +269,9 @@ clib_memcpy_fast (void *dst, const void *src, size_t n) goto COPY_BLOCK_128_BACK63; } +/* *INDENT-OFF* */ +WARN_ON (stringop-overflow) +/* *INDENT-ON* */ #endif /* included_clib_memcpy_avx512_h */