aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorHendrik Schwartke <hendrik@os-t.de>2012-07-25 09:43:37 +0200
committerEric Blake <eblake@redhat.com>2012-08-02 17:14:17 -0600
commit7383c1d762c50c83832a8d11b48d75e5cad0042a (patch)
tree80b951133c79a4c9898c1f9c460dbe9218458720 /m4
parentUpdate xml schemas according to libvirt source (diff)
downloadlibvirt-7383c1d762c50c83832a8d11b48d75e5cad0042a.tar.gz
libvirt-7383c1d762c50c83832a8d11b48d75e5cad0042a.tar.bz2
libvirt-7383c1d762c50c83832a8d11b48d75e5cad0042a.zip
Added timestamps to storage volumes
The access, birth, modification and change times are added to storage volumes and corresponding xml representations. This shows up in the XML in this format: <timestamps> <atime>1341933637.027319099</atime> <mtime>1341933637.027319099</mtime> </timestamps> Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/virt-compile-warnings.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/virt-compile-warnings.m4 b/m4/virt-compile-warnings.m4
index 18170474d..9dee000f6 100644
--- a/m4/virt-compile-warnings.m4
+++ b/m4/virt-compile-warnings.m4
@@ -55,6 +55,8 @@ AC_DEFUN([LIBVIRT_COMPILE_WARNINGS],[
dontwarn="$dontwarn -Wunsafe-loop-optimizations"
# Things like virAsprintf mean we can't use this
dontwarn="$dontwarn -Wformat-nonliteral"
+ # Gnulib's stat-time.h violates this
+ dontwarn="$dontwarn -Waggregate-return"
# We might fundamentally need some of these disabled forever, but
# ideally we'd turn many of them on