amanojha / reaver-wps

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

RPMlint errors #440

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Some fixes are needed to fix this build errors :
gcc -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector
 -funwind-tables -fasynchronous-unwind-tables -fno-strict-aliasing -MMD�
��    -fPIC -c -o iwlib.so iwlib.c
asn1.c:15:22: fatal error: includes.h: No such file or directory

libwps.c: In function 'parse_wps_parameters':
libwps.c:29:9: warning: variable 'data_len' set but not used [-W
unused-but-set-variable]
iwlib.c: In function 'iw_get_kernel_we_version':
iwlib.c:337:8: warning: ignoring return value of 'fgets', declared
 with attribute warn_unused_result [-Wunused-result]
iwlib.c:353:8: warning: ignoring return value of 'fgets', declared
 with attribute warn_unused_result [-Wunused-result]
iwlib.c: In function 'iw_enum_devices':
iwlib.c:254:12: warning: ignoring return value of 'fgets', declare
d with attribute warn_unused_result [-Wunused-result]
iwlib.c:255:12: warning: ignoring return value of 'fgets', declare
d with attribute warn_unused_result [-Wunused-result]

Original issue reported on code.google.com by P.drou...@gmail.com on 21 Nov 2012 at 9:46