ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/g/gf2x/gf2x_1.1.orig.tar.bz2 gf2x.c:82:24: warning: sizeof on array function parameter will return size of 'struct gf2x_mul_pool_s *' instead of 'gf2x_mul_pool_t' (aka 'struct gf2x_mul_pool_s [1]') [-Wsizeof-array-argument] memset(p, 0, sizeof(p)); ^ ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/h/hercules/hercules_3.07.orig.tar.gz dasdseq.c:176:45: warning: sizeof on array function parameter will return size of 'DSXTENT *' (aka 'struct DSXTENT *') instead of 'DSXTENT []' [-Wsizeof-array-argument] data_dump((void *)extent, sizeof(extent) * MAX_EXTENTS); ^ ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/i/integrit/integrit_4.1.orig.tar.gz ./istat.c:35:29: warning: sizeof on array function parameter will return size of 'unsigned char *' instead of 'packed' (aka 'unsigned char [8]') [-Wsizeof-array-argument] for (i = 0, end = sizeof(p); i < end; ++i) ^ ./istat.c:45:29: warning: sizeof on array function parameter will return size of 'unsigned char *' instead of 'packed' (aka 'unsigned char [8]') [-Wsizeof-array-argument] for (i = 0, end = sizeof(p); i < end; ++i) ^ ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/pool/main/t/tetradraw/tetradraw_2.0.3.orig.tar.gz sauce.c:55:32: warning: sizeof on array function parameter will return size of 'char *' instead of 'char [20]' [-Wsizeof-array-argument] memset(sauce_author, 0, sizeof(sauce_author)); ^ sauce.c:56:31: warning: sizeof on array function parameter will return size of 'char *' instead of 'char [20]' [-Wsizeof-array-argument] memset(sauce_group, 0, sizeof(sauce_group)); ^ sauce.c:57:31: warning: sizeof on array function parameter will return size of 'char *' instead of 'char [35]' [-Wsizeof-array-argument] memset(sauce_title, 0, sizeof(sauce_title)); ^ ========================================================== number of projects scanned: 2196 number of warnings: 7