diff options
author | Benoît Ganne <bganne@cisco.com> | 2020-04-24 14:37:10 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-04-27 12:22:30 +0000 |
commit | be7dbbbfdd49fcfff851f38d1d36d08fc9710604 (patch) | |
tree | c4153e4d4535be69d3b9f9fe854c08a1f3d96fae /src | |
parent | 2d25467d130485d804ad91a4df9870d684f70dd6 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/vppinfra/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index e667eb03e8c..a10f335dd52 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -174,6 +174,7 @@ set(VPPINFRA_HEADERS vector.h vector_neon.h vector_sse42.h + warnings.h xxhash.h linux/syscall.h linux/sysfs.h |