1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

qrap: Silence bogus clang-tidy bugprone-suspicious-missing-comma warning

This is actually a concatenation -- mark it with an extra pair
of parentheses.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2021-10-21 12:09:25 +02:00
parent 685b50c3ce
commit a620de294d

2
qrap.c
View File

@ -36,7 +36,7 @@ static char *qemu_names[] = {
"kvm",
"qemu-kvm",
#ifdef ARCH
"qemu-system-" ARCH,
( "qemu-system-" ARCH ),
#endif
"/usr/libexec/qemu-kvm",
NULL,