Wireshark-commits: [Wireshark-commits] rev 49303: /trunk-1.8/ /trunk-1.8/: airpcap_loader.c

Date: Tue, 14 May 2013 20:47:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49303

User: morriss
Date: 2013/05/14 01:47 PM

Log:
 Fix warnings which have crept into trunk-1.8:
 
   airpcap_loader.c: In function 'get_wep_key':
   airpcap_loader.c:172:13: error: passing argument 2 of 'uat_load' from incompatible pointer type [-Werror]
   In file included from ./epan/uat-int.h:34:0,
                  from airpcap_loader.c:45:
   ./epan/uat.h:270:10: note: expected 'char **' but argument is of type 'const char **'
   airpcap_loader.c: In function 'set_wep_key':
   airpcap_loader.c:270:13: error: passing argument 2 of 'uat_load' from incompatible pointer type [-Werror]
   In file included from ./epan/uat-int.h:34:0,
                  from airpcap_loader.c:45:
   ./epan/uat.h:270:10: note: expected 'char **' but argument is of type 'const char **'

Directory: /trunk-1.8/
  Changes    Path                Action
  +2 -2      airpcap_loader.c    Modified