PERFORCE change 219870 for review
Robert Watson
rwatson at FreeBSD.org
Sat Dec 1 12:44:55 UTC 2012
http://p4web.freebsd.org/@@219870?ac=10
Change 219870 by rwatson at 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
More information about the p4-projects
mailing list