]> git.ipfire.org Git - thirdparty/hostap.git/commit
Silence new gcc warnings on switch statement fallthroughs
authorJouni Malinen <jouni@codeaurora.org>
Tue, 15 May 2018 17:27:17 +0000 (20:27 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 15 May 2018 17:55:17 +0000 (20:55 +0300)
commitd267bdf9bd3e2b6a00d47d2fa9601e0079e5b853
tree942afeb52174bfc812296f3733edf68206311e7f
parent79467d74fd095923843e73726468b0c3b312bc60
Silence new gcc warnings on switch statement fallthroughs

Reword the comments to make gcc 8.1 recognize these as designed cases
and not trigger implicit-fallthrough warnings.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/eap_server/eap_server_fast.c
src/eap_server/eap_server_ikev2.c
src/eap_server/eap_server_wsc.c
src/fst/fst_ctrl_iface.c
src/radius/radius_client.c
wpa_supplicant/mesh_mpm.c