build: add vppinfra/warnings.h to exported headers list

To allow the use of WARN_ON/OFF macros to selectively disable build
warnings.

Type: fix

Change-Id: Iceb9d28b2b80c373afb51900880c23041be836db
Signed-off-by: Benoît Ganne <bganne@cisco.com>
This commit is contained in:
Benoît Ganne
2020-04-24 14:37:10 +02:00
committed by Dave Barach
parent 2d25467d13
commit be7dbbbfdd

View File

@ -174,6 +174,7 @@ set(VPPINFRA_HEADERS
vector.h vector.h
vector_neon.h vector_neon.h
vector_sse42.h vector_sse42.h
warnings.h
xxhash.h xxhash.h
linux/syscall.h linux/syscall.h
linux/sysfs.h linux/sysfs.h