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
This commit is contained in:
Arne Welzel 2022-09-19 14:34:04 +02:00 committed by Tim Wojtulewicz
parent 6ad8e3ed24
commit ffbb2823da

View file

@ -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)