From owner-freebsd-toolchain@FreeBSD.ORG Mon Oct 17 15:25:48 2011 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id E1250106567F; Mon, 17 Oct 2011 15:25:48 +0000 (UTC) Date: Mon, 17 Oct 2011 15:25:48 +0000 From: Alexander Best To: freebsd-toolchain@freebsd.org Message-ID: <20111017152548.GA66978@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: disable -Wtautological-compare for clang X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2011 15:25:49 -0000 hi there, any chance we could disable -Wtautological-compare for clang? i don't think comparing an unsigned int against < 0 is worth a warning. actually it's always nice to have such a seatbelt, in case somebody changes the type to int and forgets to introduce such a check. cheers. alex