]> git.proxmox.com Git - ovs.git/commit
hash: Add "fall through" annotations for 32-bit builds as well.
authorBen Pfaff <blp@ovn.org>
Thu, 13 Jul 2017 17:15:42 +0000 (10:15 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 2 Aug 2017 21:05:59 +0000 (14:05 -0700)
commitf3eb7691bfddda35dc65c781de54adf837e8f6b7
tree665797de4a9b4c6f2dc1ebb2cca26284c1deeb81
parent8c2c225e481d6560faf73bb49c33f026bc58a664
hash: Add "fall through" annotations for 32-bit builds as well.

Commit 73c7216a5329 ("Fix some -Wimplicit-fallthrough warnings building with
GCC 7") missed a few fall through annotations that only appear in 32-bit
builds.  This commit adds them.

CC: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
lib/hash.c