From owner-freebsd-net@FreeBSD.ORG Tue Dec 27 19:55:34 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEE0C10656A4 for ; Tue, 27 Dec 2011 19:55:34 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout3.yahoo.com (mrout3.yahoo.com [216.145.54.173]) by mx1.freebsd.org (Postfix) with ESMTP id A188E8FC14 for ; Tue, 27 Dec 2011 19:55:34 +0000 (UTC) Received: from [127.0.0.1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout3.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id pBRJjKiv085924 for ; Tue, 27 Dec 2011 11:45:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1325015120; bh=h7LVGwvZkYupzirp8Kg5BQ7W6USdt4Wu5O5cZBNtA5g=; h=Subject:From:To:Content-Type:Date:Message-ID:Mime-Version: Content-Transfer-Encoding; b=jh2dmUBj8w5M9CHYyOVGO7utBL5wg4KEwJxBWPL7+LYHlUQ9RkYCRBm6eXmN9GwCU U/yl2ppX9G+e3o6yxu4xK70rV1uLidJRP2GowCMoz3omD0o7vN9HfVwo0CwaFk+cYS kYoU4Iu6isFPXEylOVs3WRKe67LuTrp9x+aaIwvc= From: Sean Bruno To: "freebsd-net@freebsd.org" Content-Type: text/plain; charset="UTF-8" Date: Tue, 27 Dec 2011 11:45:20 -0800 Message-ID: <1325015120.17645.7.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Subject: i386 compile sys/dev/ie X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 19:55:34 -0000 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