diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2010-07-16 16:04:05 +0100 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2011-04-05 11:39:35 +0100 |
commit | 0e867555bd80cfc5bff1b8ccc8185906cc160aec (patch) | |
tree | 9371ad09e9087fd397258670ea793124c32aa333 /bootstrap.conf | |
parent | Remove possible uninitialized variable in openvz driver (diff) | |
download | libvirt-0e867555bd80cfc5bff1b8ccc8185906cc160aec.tar.gz libvirt-0e867555bd80cfc5bff1b8ccc8185906cc160aec.tar.bz2 libvirt-0e867555bd80cfc5bff1b8ccc8185906cc160aec.zip |
Use gnulib's manywarnings & warnings modules
Remove custom code for checking compiler warnings, using
gl_WARN_ADD instead. Don't list all flags ourselves, use
gnulib's gl_MANYWARN_ALL_GCC to get all possible GCC flags,
then turn off the ones we don't want yet.
* acinclude.m4: Rewrite to use gl_WARN_ADD and gl_MANYWARN_ALL_GCC
* bootstrap.conf: Add warnings & manywarnings
* configure.ac: Switch to gl_WARN_ADD
* m4/compiler-flags.m4: Obsoleted by gl_WARN_ADD
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index ca0c3de1b..11d2199c9 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -45,6 +45,7 @@ ignore-value inet_pton ioctl maintainer-makefile +manywarnings mkstemp mkstemps mktempd @@ -85,6 +86,7 @@ vasprintf verify vc-list-files waitpid +warnings ' # Additional xgettext options to use. Use "\\\newline" to break lines. |