Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2012 12:44:54 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219870 for review
Message-ID:  <201212011244.qB1CisdR041030@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212011244.qB1CisdR041030>