--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 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list