From: Mike Stepanek (mstepane) Date: Mon, 26 Jul 2021 09:56:57 +0000 (+0000) Subject: Merge pull request #2991 in SNORT/snort3 from ~YVELYKOZ/snort3:fix_byte_options to... X-Git-Tag: 3.1.9.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47fc3a0b503e069bab14d63ede9d9fcb3c386213;p=thirdparty%2Fsnort3.git Merge pull request #2991 in SNORT/snort3 from ~YVELYKOZ/snort3:fix_byte_options to master Squashed commit of the following: commit 60ab3f1566c6697f4ebd3baee0de8e4104f69100 Author: Yehor Velykozhon Date: Thu Jul 22 23:24:12 2021 +0300 ips_options: address compiler warnings --- diff --git a/src/ips_options/ips_byte_test.cc b/src/ips_options/ips_byte_test.cc index 083dbc8d6..eb8be8f82 100644 --- a/src/ips_options/ips_byte_test.cc +++ b/src/ips_options/ips_byte_test.cc @@ -664,8 +664,7 @@ class StubIpsOption : public IpsOption public: StubIpsOption(const char* name, option_type_t option_type) : IpsOption(name, option_type) - { }; - + { } }; class StubEndianness : public Endianness