From 6b7325efce0a7ee37bd88601a77e0374d76c2873 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 18 Feb 2017 11:23:39 +0100 Subject: [PATCH] hide compiler warnings --- src/lib/ebus/test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ebus/test/CMakeLists.txt b/src/lib/ebus/test/CMakeLists.txt index 5ad54d32..c20e698c 100644 --- a/src/lib/ebus/test/CMakeLists.txt +++ b/src/lib/ebus/test/CMakeLists.txt @@ -1,3 +1,5 @@ +add_compile_options(-Wno-unused-parameter) + if(HAVE_CONTRIB) set(test_LIBS ${test_LIBS} ebuscontrib) endif(HAVE_CONTRIB)