From owner-p4-projects@FreeBSD.ORG Sat Dec 1 12:44:55 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4FB50EF4; Sat, 1 Dec 2012 12:44:55 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1201CEF2 for ; Sat, 1 Dec 2012 12:44:55 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id EBC7C8FC13 for ; Sat, 1 Dec 2012 12:44:54 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1Cis0Y041033 for ; Sat, 1 Dec 2012 12:44:54 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.5/8.14.5/Submit) id qB1CisdR041030 for perforce@freebsd.org; Sat, 1 Dec 2012 12:44:54 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 1 Dec 2012 12:44:54 GMT Message-Id: <201212011244.qB1CisdR041030@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 219870 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.14 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2012 12:44:55 -0000 http://p4web.freebsd.org/@@219870?ac=10 Change 219870 by rwatson@rwatson_cinnamon on 2012/12/01 12:44:48 More firmly suggest using -Wall -Werror when developing on OpenBSM. Affected files ... .. //depot/projects/trustedbsd/openbsm/INSTALL#8 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/INSTALL#8 (text+ko) ==== @@ -9,8 +9,8 @@ make If doing development work on OpenBSM with gcc, the following invocation of -configure may be preferred in order to generate full compiler warnings and -force the compile to fail if a warning is found: +configure is preferred in order to generate full compiler warnings and force +the compile to fail if a warning is found: CFLAGS="-Wall -Werror" ./configure