[libvirt] [PATCH] Update how to compile with -Werror

Doug Goldstein cardoe at cardoe.com
Mon Sep 24 23:44:34 UTC 2012


--enable-compile-warnings=error has been renamed to --enable-werror so
update the HACKING and the hacking.html to reflect that.
---
 docs/hacking.html.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/hacking.html.in b/docs/hacking.html.in
index a97dc22..c3f859c 100644
--- a/docs/hacking.html.in
+++ b/docs/hacking.html.in
@@ -76,7 +76,7 @@
       <li><p>Run the automated tests on your code before submitting any changes.
           In particular, configure with compile warnings set to -Werror:</p>
 <pre>
-  ./configure --enable-compile-warnings=error
+  ./configure --enable-werror
 </pre>
         <p>
           and run the tests:
-- 
1.7.8.6




More information about the libvir-list mailing list