Interworking: Remove unused variable warnings
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 28 Feb 2013 13:01:09 +0000 (15:01 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 28 Feb 2013 14:34:06 +0000 (16:34 +0200)
commitad5dda82227afc6fec6087b67c6c8a89b1bf2ca3
tree11a5721071e813a76c1248db7fb55c155aaef33f
parentaec309c407bab60379392916a48683c98a03b447
Interworking: Remove unused variable warnings

This patch removes these warnings.

interworking.c: In function 'interworking_credentials_available_3gpp':
interworking.c:1330:6: warning: unused variable 'ret' [-Wunused-variable]
interworking.c:1329:19: warning: unused variable 'cred' [-Wunused-variable]

Signed-hostap: Masashi Honma <masashi.honma@gmail.com>
wpa_supplicant/interworking.c