jpostma / rtl8192eu

Driver for the Realtek8192eu chipset
GNU General Public License v2.0
48 stars 35 forks source link

Fixes compilation error (strnicmp not found) #2

Closed meeuw closed 9 years ago

meeuw commented 9 years ago

gcc output: /home/meeuw/git/rtl8192eu/os_dep/linux/rtw_android.c: In functie ‘rtw_android_cmdstr_to_num’: /home/meeuw/git/rtl8192eu/os_dep/linux/rtw_android.c:340:11: fout: impliciete declaratie van functie ‘strnicmp’ [-Werror=implicit-function-declaration] if(0 == strnicmp(cmdstr , android_wifi_cmd_str[cmd_num], strlen(android_wifi_cmd_str[cmd_num])) ) ^ cc1: sommige waarschuwingen worden als fouten behandeld scripts/Makefile.build:258: recept voor doel '/home/meeuw/git/rtl8192eu/os_dep/linux/rtw_android.o' is mislukt