]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Android: Silence unused function parameter warnings
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 19 Feb 2015 10:48:51 +0000 (12:48 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 19 Feb 2015 10:48:51 +0000 (12:48 +0200)
Numbers of hs20-osu-client functions do not use all of the parameters
currently. This makes the compiler output difficult to read due to
undesired warning messages. Get rid of those specific warnings for now.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hs20/client/Android.mk

index 1f2dfd214e62a0badc13bd2e6053c1e4681ebff3..536c56b0fca20e451804243d42215eecc934ab3a 100644 (file)
@@ -68,6 +68,8 @@ L_CFLAGS += -DEAP_TLS_OPENSSL
 #CFLAGS += $(shell xml2-config --cflags)
 #LIBS += $(shell xml2-config --libs)
 
+L_CFLAGS += -Wno-unused-parameter
+
 
 ########################
 include $(CLEAR_VARS)