malo92 / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

reaver-1.4 compilation warnings #667

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Building reaver-1.4 by gcc-4.8.3 I'v got this compilation warnings:
md5-internal.c:185:5: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
md5-internal.c:186:5: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
md5-internal.c:191:26: warning: argument to ‘sizeof’ in ‘memset’ call 
is the same expression as the destination; did you mean to dereference it? 
[-Wsizeof-pointer-memaccess]

Original issue reported on code.google.com by Mirr...@gmail.com on 1 Oct 2014 at 9:52

GoogleCodeExporter commented 8 years ago
warning messages is no problem to run Reaver

Original comment by deltomaf...@gmail.com on 4 Oct 2014 at 8:11