Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/virtio: enable -Werror

Seems to mostly be a positive.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

+1 -1
+1 -1
tools/virtio/Makefile
··· 3 3 virtio_test: virtio_ring.o virtio_test.o 4 4 vringh_test: vringh_test.o vringh.o virtio_ring.o 5 5 6 - CFLAGS += -g -O2 -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE 6 + CFLAGS += -g -O2 -Werror -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE 7 7 vpath %.c ../../drivers/virtio ../../drivers/vhost 8 8 mod: 9 9 ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test