Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2008 14:58:42 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 155371 for review
Message-ID:  <200812281458.mBSEwgZW072229@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=155371

Change 155371 by rwatson@rwatson_cinnamon on 2008/12/28 14:58:35

	Add explicit directions for turning on -Wall and -Werror during
	OpenBSM development to the install notes.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/INSTALL#5 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/INSTALL#5 (text+ko) ====

@@ -9,6 +9,12 @@
     ./configure
     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:
+
+    CFLAGS="-Wall -Werror" ./configure
+
 To install, use:
 
     make install



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