aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2020-04-24 14:37:10 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2020-08-13 17:20:47 +0000
commit44d5dd7c1e6b150c21242ca1161762841dc78afb (patch)
tree64725e886a470571e9a091ec012ee22695f4aa77
parent069411cd5e830164b284b08bd8a0c6a1318c5002 (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> (cherry picked from commit be7dbbbfdd49fcfff851f38d1d36d08fc9710604)
-rw-r--r--src/vppinfra/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt
index 8af6120bd5e..87568d6d139 100644
--- a/src/vppinfra/CMakeLists.txt
+++ b/src/vppinfra/CMakeLists.txt
@@ -180,6 +180,7 @@ set(VPPINFRA_HEADERS
vector.h
vector_neon.h
vector_sse42.h
+ warnings.h
xxhash.h
xy.h
zvec.h