From owner-freebsd-current@FreeBSD.ORG Fri Aug 31 07:27:52 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 9DDA3106564A; Fri, 31 Aug 2012 07:27:52 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id ED9968FC1D; Fri, 31 Aug 2012 07:27:51 +0000 (UTC) Received: by bkcje9 with SMTP id je9so1378467bkc.13 for ; Fri, 31 Aug 2012 00:27:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=j8OeSalUvyfdM6KMwUBCYeCV0poY6u3bC0vsmRs75Dk=; b=fm13VavEMLgjXMfIUe9B+l0v1Gf/RNaL9luDcmTjPkUCDi3Hf7yPgE4A2wbBGyZlcn h8LwDovyO0CkUHA26bFBvw9zgU+WFja8luVUznrYmVU0UJWL1NyhRCKNkIImlTFvdkcE OhMafZwhi8TSUnPR6am7/iI7girTBlu51COVwk7BO3oIdTtdi9xa+1rLOerK8RHnRYIG X5e7lIT2tvr+XmSVLtYVJ6Tgc5urFnhYBNgBQLtwhlVd13dZPf2Qz7Mfn6mDYPOfh9MJ 8twhwoUdEbk0bZHklxUtZpgWMMyCg7ofn/J6jrLMjmi9Fasut/Y0G7Oyg+13jniuMwhZ 7Hwg== Received: by 10.204.129.23 with SMTP id m23mr3778379bks.28.1346398070628; Fri, 31 Aug 2012 00:27:50 -0700 (PDT) Received: from [192.168.1.80] (BC06D641.dsl.pool.telekom.hu. [188.6.214.65]) by mx.google.com with ESMTPS id 14sm2716794bkw.15.2012.08.31.00.27.49 (version=SSLv3 cipher=OTHER); Fri, 31 Aug 2012 00:27:49 -0700 (PDT) Message-ID: <504068F2.6010300@gmail.com> Date: Fri, 31 Aug 2012 09:34:10 +0200 From: deeptech71@gmail.com User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:14.0) Gecko/20120802 Firefox/14.0.1 SeaMonkey/2.11 MIME-Version: 1.0 To: freebsd-current@FreeBSD.org, jhb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: sys/dev/amr build error with Clang X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 31 Aug 2012 07:27:52 -0000 Hey, Baldie: /usr/src/sys/modules/amr/../../dev/amr/amr.c:970:1: error: function 'amr_periodic' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration] amr_periodic(void *data) ^ 1 error generated. *** [amr.o] Error code 1 Stop in /usr/src/sys/modules/amr.