From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 8 18:17:04 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4D79106566C for ; Thu, 8 Mar 2012 18:17:04 +0000 (UTC) (envelope-from bfalk_bsd@brandonfa.lk) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB758FC12 for ; Thu, 8 Mar 2012 18:17:04 +0000 (UTC) Received: by yenl9 with SMTP id l9so483814yen.13 for ; Thu, 08 Mar 2012 10:17:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brandonfa.lk; s=google; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=VanCFcoJhYdOzER2hcH/Lbxt6Dntsoa+eWgU6gcoQgI=; b=kjUraqXSC2l9SapLjJkgJQCyUC5lW/FQehO9cgFvESJj8XmipmVDTBdPQ4xAxT/ot3 KCCWlMwOyJXXv65bsBmBNpmG/I5312RuMEgBVk6EhGbgVBGl5lzabN1bBUoiMQED4lAo EUwntqZII8ReB1eLV7TjRUqtw1gqGHw3CoLYo= Received: by 10.236.197.100 with SMTP id s64mr12052254yhn.108.1331230623715; Thu, 08 Mar 2012 10:17:03 -0800 (PST) Received: from [192.168.42.146] (wsip-184-183-177-134.dc.dc.cox.net. [184.183.177.134]) by mx.google.com with ESMTPS id j2sm4340818ani.19.2012.03.08.10.17.02 (version=SSLv3 cipher=OTHER); Thu, 08 Mar 2012 10:17:03 -0800 (PST) Message-ID: <4F58F798.1000308@brandonfa.lk> Date: Thu, 08 Mar 2012 13:16:56 -0500 From: Brandon Falk User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnwON+6PUFShRXHlZVcWk/Gu3Akx68s6dciAcT3KfNit1+dPU1YHfrqCGJSxX2/KlNZzMlF Subject: De-warning...ing clang Kernel Builds X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2012 18:17:04 -0000 Is there anyone actively working on cleaning up the codebase to not throw warnings when built with clang. I realize these warnings do not matter, but I generally prefer to get rid of warnings if possible. I can't imagine it would take too long, although I could see an issue with developers not familiar with the clang warning system forgetting to check clang builds for warnings while they add new code. -Brandon