Date: Tue, 27 Dec 2011 11:45:20 -0800 From: Sean Bruno <seanbru@yahoo-inc.com> To: "freebsd-net@freebsd.org" <freebsd-net@freebsd.org> Subject: i386 compile sys/dev/ie Message-ID: <1325015120.17645.7.camel@hitfishpass-lx.corp.yahoo.com>
next in thread | raw e-mail | index | archive | help
Doing a lot of compiles recently and keep noting this noise in sys/dev/ie: /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c: In function 'ieget': /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:682: warning: passing argument 1 of 'bcopy' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:775: warning: passing argument 1 of 'bcopy' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:792: warning: passing argument 1 of 'bcopy' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:804: warning: passing argument 1 of 'bcopy' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c: In function 'ie_readframe': /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:850: warning: passing argument 1 of 'bcopy' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c: In function 'iestart_locked': /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:962: warning: passing argument 2 of 'bcopy' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:974: warning: cast discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c: In function 'check_ie_present': /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1026: warning: passing argument 1 of 'bzero' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1035: warning: passing argument 1 of 'bzero' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1038: warning: passing argument 1 of 'bzero' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1062: warning: passing argument 1 of 'bzero' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c: In function 'setup_rfa': /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1387: warning: passing argument 1 of 'bzero' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1411: warning: passing argument 1 of 'bzero' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c: In function 'mc_setup': /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1459: warning: passing argument 1 of 'bcopy' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1459: warning: passing argument 2 of 'bcopy' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c: In function 'ieinit_locked': /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1497: warning: assignment discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1530: warning: passing argument 1 of 'bcopy' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1530: warning: passing argument 2 of 'bcopy' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1553: warning: assignment discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1564: warning: assignment discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1567: warning: assignment discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1574: warning: assignment discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1579: warning: passing argument 1 of 'bzero' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1580: warning: passing argument 1 of 'bzero' discards qualifiers from pointer target type /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c: At top level: /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1155: warning: 'ee16_read_eeprom' defined but not used /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:1097: warning: 'find_ie_mem_size' defined but not used
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1325015120.17645.7.camel>