mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
be40d5ccab
Fixes the following build failure:
cc -g -O2 -Wall -I. -I ../../usr/include/ -Wno-pointer-sign
-fno-strict-overflow -fno-strict-aliasing -fno-common -MMD
-U_FORTIFY_SOURCE -c -o virtio_test.o virtio_test.c
virtio_test.c: In function ‘run_test’:
virtio_test.c:176:7: error: expected ‘)’ before ‘r’
r = -1;
^
Fixes:
|
||
---|---|---|
.. | ||
asm | ||
linux | ||
uapi/linux | ||
vhost_test | ||
virtio-trace | ||
.gitignore | ||
Makefile | ||
virtio_test.c | ||
vringh_test.c |