From be7dbbbfdd49fcfff851f38d1d36d08fc9710604 Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Fri, 24 Apr 2020 14:37:10 +0200 Subject: build: add vppinfra/warnings.h to exported headers list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/vppinfra/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vppinfra/CMakeLists.txt') 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 -- cgit 1.2.3-korg