]> git.proxmox.com Git - qemu-server.git/commit - Makefile
fix bug in vmtar
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 25 Oct 2012 08:01:24 +0000 (10:01 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 25 Oct 2012 08:01:24 +0000 (10:01 +0200)
commitc811a3c6064ca3d1016f7cbb1ece212119e155fb
tree8a2ade88737e7ab43fc2209a45a9de7783bbc3d0
parent3da85107904b95e7a3151c29a5530b57cd22ce61
fix bug in vmtar

Incompatiple types (size_t/ssize_t) can make vmtar to ignore errors. We now compile
with -Werror and -Wtype-limits to detect such things.
Makefile
changelog.Debian
utils.c
vmtar.c