]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2991 in SNORT/snort3 from ~YVELYKOZ/snort3:fix_byte_options to...
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 26 Jul 2021 09:56:57 +0000 (09:56 +0000)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 26 Jul 2021 09:56:57 +0000 (09:56 +0000)
Squashed commit of the following:

commit 60ab3f1566c6697f4ebd3baee0de8e4104f69100
Author: Yehor Velykozhon <yvelykoz@cisco.com>
Date:   Thu Jul 22 23:24:12 2021 +0300

    ips_options: address compiler warnings

src/ips_options/ips_byte_test.cc

index 083dbc8d65d02613747ab670ebaeeab839eced08..eb8be8f82b9df4e87da73ddb7734db961617153c 100644 (file)
@@ -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