]> git.ipfire.org Git - thirdparty/hostap.git/commit
Silence a gcc warning on switch statement fallthrough
authorJouni Malinen <jouni@codeaurora.org>
Tue, 15 May 2018 17:29:00 +0000 (20:29 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 15 May 2018 22:16:35 +0000 (01:16 +0300)
commitce2a9644bd6781b947ed05e1f42230ae90748b17
tree2c32b7c7610747adbde5cc131270ee78d7c57433
parentd267bdf9bd3e2b6a00d47d2fa9601e0079e5b853
Silence a gcc warning on switch statement fallthrough

Add an explicit comment noting a previously undocumented fallthrough to
not trigger an implicit-fallthrough warning.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/p2p_supplicant.c