]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: fix warning about empty if()
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 28 Jun 2023 23:33:10 +0000 (16:33 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 28 Jun 2023 23:33:10 +0000 (16:33 -0700)
commit27dce6de940ab8b65bea4a41629af8ebe854232f
tree4060601d4dba2587709cdcee254ed9ba7806d86e
parent2b41725d2a46c22ee9c55bc1725e926801f20d57
ss: fix warning about empty if()

With all warnings enabled gcc wants brackets around the
empty if() clause. "Yes I really want an empty clause"

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/ss.c