From owner-freebsd-current@freebsd.org Sun Feb 4 02:38:30 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58C81EE0152 for ; Sun, 4 Feb 2018 02:38:30 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E9F6F87FFF for ; Sun, 4 Feb 2018 02:38:29 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id AD9C1EE0151; Sun, 4 Feb 2018 02:38:29 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B6FEEE0150 for ; Sun, 4 Feb 2018 02:38:29 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EBF487FFE for ; Sun, 4 Feb 2018 02:38:29 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id AABD220D97 for ; Sat, 3 Feb 2018 21:38:22 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Sat, 03 Feb 2018 21:38:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=dbNNIxB9hRTtcnsRlt/kNI8ST0CCZ nTW3Iffvz8ICn8=; b=AGRCGSl1k4Qvc30VMyknhpSW2vE3uXIGQFOq7L8dSDu8Q 8uPqFTk9huttO37PUfW5FkD5l8BaG0+/OkffEk6rmyNnDMbjEXFcgPg9DYEnCPqT BXcg0zokkRuljStePsz7OmW4oywlDQwaIrmutxY/Ws+Iz5fIGCvcT9v7NmynCHVq Uqdt9tsA8vHemXzbLaTuFLzq8dvxyQvoHhKv0Zqox0cp4/0G6QODDynwo1RpvF5A hpwCtlN0HtGq+TyrDc4B5UB2oMtbuHbWO+dN6TMASx2h0Pq0Hbi/mjAU/oOZd9E5 5oqAASoO3uoAfcV7q7e/6DVVyDwQrVoIc3A37hTEA== X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 88FB09E47F; Sat, 3 Feb 2018 21:38:22 -0500 (EST) Message-Id: <1517711902.3429873.1258647112.4DA64BE7@webmail.messagingengine.com> From: Josh Paetzel To: current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-fde26eb3 Date: Sat, 03 Feb 2018 20:38:22 -0600 Subject: HEAD amd64 seems unhappy X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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, 04 Feb 2018 02:38:30 -0000 --- all_subdir_lib/libngatm --- /usr/src/sys/contrib/ngatm/netnatm/api/cc_port.c:71:28: error: result of comparison 'u_int' (aka 'unsigned int') > 4294967295 is always fal se [-Werror,-Wtautological-type-limit-compare] if (portno == 0 || portno > 0xffffffff) ~~~~~~ ^ ~~~~~~~~~~ 1 error generated. *** [cc_port.o] Error code 1 This code hasn't changed in ages so I can only assume it's clang or such. -- Thanks, Josh Paetzel