]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove floating constant suffix 'd' from test coee
authorJouni Malinen <j@w1.fi>
Sat, 26 Apr 2014 08:09:29 +0000 (11:09 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 29 Apr 2014 09:52:10 +0000 (12:52 +0300)
commit06df2aa60abb7b602699144123e3639e03ef1a96
tree08e0290b466469720eff3b364e478225c0fcd273
parent9670f8773bd44de401d7782fe887aa581a5ebffc
Remove floating constant suffix 'd' from test coee

clang scan-build does not seem to like the 'd' suffix on floating
constants and ends up reporting analyzer failures. Since this suffix
does not seem to be needed, get rid of it to clear such warnings.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/config_file.c
src/ap/ap_config.c
src/ap/beacon.c
src/ap/ieee802_11.c
src/ap/wpa_auth.c