From owner-cvs-src@FreeBSD.ORG Mon May 10 05:14:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461ED16A4CE; Mon, 10 May 2004 05:14:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1779543D60; Mon, 10 May 2004 05:14:19 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4ACEIGe072763; Mon, 10 May 2004 05:14:18 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4ACEIW9072762; Mon, 10 May 2004 05:14:18 -0700 (PDT) (envelope-from des) Message-Id: <200405101214.i4ACEIW9072762@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 10 May 2004 05:14:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 12:14:19 -0000 des 2004/05/10 05:14:18 PDT FreeBSD src repository Modified files: share/mk sys.mk Log: -W{missing,strict}-prototypes do not make sense for C++, and gcc34 will complain about them, so remove them from CXXFLAGS. Revision Changes Path 1.77 +1 -1 src/share/mk/sys.mk