]> git.proxmox.com Git - mirror_iproute2.git/commit - tc/tc_util.c
tc_util: Silence spurious compiler warning
authorPhil Sutter <phil@nwl.cc>
Wed, 15 Nov 2017 14:01:31 +0000 (15:01 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 17 Nov 2017 00:01:48 +0000 (16:01 -0800)
commit66942e522e54d9f96153590b7c1c7830b8f73f5c
tree5c86acbbde2ab95072b9368918e51bda5eab0211
parentb7c61286de9e65ed3919eb4c3b6965afe9b87c8c
tc_util: Silence spurious compiler warning

GCC version 7.2.1 complains that 'result1' may be used uninitialized in
parse_action_control_slash_spaces(). This should not be possible in
practice, so the actual value 'result1' is initialized with does not
matter.

Signed-off-by: Phil Sutter <phil@nwl.cc>
tc/tc_util.c