From ffbb2823daf8eb4c6c56636157796cec1eb93a25 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Mon, 19 Sep 2022 14:34:04 +0200 Subject: [PATCH] af_packet: Remove compile_options() again This seems to trickle through to base Zeek code when done like that. https://cirrus-ci.com/task/4788073346105344?logs=build#L2298 --- src/iosource/af_packet/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/iosource/af_packet/CMakeLists.txt b/src/iosource/af_packet/CMakeLists.txt index 50b37967ae..66bf28de1d 100644 --- a/src/iosource/af_packet/CMakeLists.txt +++ b/src/iosource/af_packet/CMakeLists.txt @@ -5,8 +5,6 @@ project(ZeekPluginAF_Packet) include(ZeekPlugin) -add_compile_options(-Wunused -Werror) - zeek_plugin_begin(Zeek AF_Packet) zeek_plugin_cc(src/Plugin.cc) zeek_plugin_cc(src/AF_Packet.cc)