Parcourir la source

Android: Silence unused function parameter warnings

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>
Jouni Malinen il y a 10 ans
Parent
commit
ebe8d3f254
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      hs20/client/Android.mk

+ 2 - 0
hs20/client/Android.mk

@@ -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)