From owner-freebsd-current@FreeBSD.ORG Sun Nov 18 04:52:38 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94A04793; Sun, 18 Nov 2012 04:52:38 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 551618FC13; Sun, 18 Nov 2012 04:52:38 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id wz12so2908015pbc.13 for ; Sat, 17 Nov 2012 20:52:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=JYBvCyZXTD+bjRmiuyUc4liSvg5C8bFB9v3vSI18vHg=; b=MZAkN1LQmBL5Ma6DZ2dtazdnuk9Roy8VkWUMra4nuHGZd9/xX7hVXx2Hdk7A5XkMXl u3ZcgVX4M9VDIMz5mrWKvJsHke1ErA7u89g157OJxsANr9GJaAL05pxIH8lBI+To4V3+ Ce8epHmV8iWA2RNzyvezH/A7xuLM11k4Xf5csBrqXjtbZQmAES6ic9+86U77Sxjqljxm kF99BBMOOnAiUbmkqy2ftpGlsP/UIihqM5kMhhIbXQEAi5UQ7VMsJmuZ9eoMfIRazTQI Up1EDINxvWbdNrZE8lZzCFMd3wg6opDhmgRUpCG6cHujxm9fXInj4toYebZSSYRL4Qww ycoA== MIME-Version: 1.0 Received: by 10.66.79.168 with SMTP id k8mr26249817pax.12.1353214352193; Sat, 17 Nov 2012 20:52:32 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.68.124.130 with HTTP; Sat, 17 Nov 2012 20:52:32 -0800 (PST) In-Reply-To: <201211180235.qAI2ZDql022583@freebsd-current.sentex.ca> References: <201211180235.qAI2ZDql022583@freebsd-current.sentex.ca> Date: Sat, 17 Nov 2012 20:52:32 -0800 X-Google-Sender-Auth: kwFBWrQJUzlVRn6jYuC6UmAa2zc Message-ID: Subject: Re: [head tinderbox] failure on mips64/mips From: Adrian Chadd To: freebsd-current , FreeBSD Net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2012 04:52:38 -0000 On 17 November 2012 18:35, FreeBSD Tinderbox wrote: > cc -c -O -pipe -std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qua= l -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -f= diagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq= -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include = opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growth= =3D10000 --param large-function-growth=3D100000 --param max-inline-insns-si= ngle=3D10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=3D0xffffffff8000100= 0 -mabi=3D64 -march=3Dmips64 -msoft-float -ffreestanding -Werror /src/sys/= net/rtsock.c > cc1: warnings being treated as errors > /src/sys/net/rtsock.c: In function 'sysctl_dumpentry': > /src/sys/net/rtsock.c:1577: warning: unused variable 'i' [-Wunused-variab= le] > *** [rtsock.o] Error code 1 Fixed. Damn those pesky non-IPV6 belivers. Adrian