summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-29 20:54:07 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2023-08-30 09:47:12 +0200
commit06810e15bcfea356ccecde9317dd860b0f29df06 (patch)
tree9cb2053e09020decb39c1d9c1534c56a4c27d88c /include
parent998c09a2cb011735cbe96c8182ef34e32603b4fc (diff)
rule: fix "const static" declaration
Gcc warns against this with "-Wextra": src/rule.c:869:1: error: static is not at beginning of declaration [-Werror=old-style-declaration] 869 | const static struct prio_tag std_prios[] = { | ^~~~~ src/rule.c:878:1: error: static is not at beginning of declaration [-Werror=old-style-declaration] 878 | const static struct prio_tag bridge_std_prios[] = { | ^~~~~ Signed-off-by: Thomas Haller <thaller@redhat.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions