From owner-freebsd-stable@freebsd.org Fri Jan 27 05:38:01 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38D7ECC3252 for ; Fri, 27 Jan 2017 05:38:01 +0000 (UTC) (envelope-from mail@fbsd.e4m.org) Received: from mail.g66.org (mail.g66.org [85.10.206.112]) by mx1.freebsd.org (Postfix) with ESMTP id D292C134A for ; Fri, 27 Jan 2017 05:37:59 +0000 (UTC) (envelope-from mail@fbsd.e4m.org) Received: from x55b58e4e.dyn.telefonica.de (x55b58e4e.dyn.telefonica.de [85.181.142.78]) (authenticated bits=128) by mail.g66.org (8.15.2/8.15.2) with ESMTPA id v0R5bouQ010947 for ; Fri, 27 Jan 2017 06:37:51 +0100 (CET) (envelope-from mail@fbsd.e4m.org) Received: from submit.client ([127.0.0.1]) by gate.local (8.15.2/8.15.2) with ESMTP id v0R5boi3010043; Fri, 27 Jan 2017 06:37:50 +0100 (CET) (envelope-from mail@fbsd.e4m.org) Received: (from user@localhost) by gate.local (8.15.2/8.15.2/Submit) id v0R5borJ010042; Fri, 27 Jan 2017 06:37:50 +0100 (CET) (envelope-from mail@fbsd.e4m.org) Date: Fri, 27 Jan 2017 06:37:50 +0100 From: Andre Albsmeier To: freebsd-stable@freebsd.org Cc: mail@fbsd.e4m.org Subject: kernel build error on STABLE-11 with bktr Message-ID: <20170127053750.GA9908@gate> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) X-Virus-Scanned: clamav-milter 0.99.2 at colo X-Virus-Status: Clean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2017 05:38:01 -0000 Is it just me seeing this or does nobody else use bktr compiled into the kernel anymore: ... cc -target i386-unknown-freebsd11.0 --sysroot=/usr/obj/src/src-11/tmp -B/usr/obj/src/src-11/tmp/usr/bin -c -O -pipe -march=pentium3 -g -nostdinc -I. -I/src/src-11/sys -I/src/src-11/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -march=core2 -fno-ident -MD -MF.depend.msp34xx.o -MTmsp34xx.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /src/src-11/sys/dev/bktr/msp34xx.c /src/src-11/sys/dev/bktr/msp34xx.c:112:18: error: unused variable 'bl_dfp' [-Werror,-Wunused-const-variable] static const int bl_dfp[] = { ^ Removing the bl_dfp definition fixes it... -Andre