]> Git Repo - qemu.git/blobdiff - hw/net/vhost_net.c
fix GCC 5.0.0 logical-not-parentheses warnings
[qemu.git] / hw / net / vhost_net.c
index 2ea1ef1dd0401b49e7c5f9d3ee1eb70d1fcab3d2..cf23335ba227c86117db5025a6e1256d865b64b9 100644 (file)
@@ -56,7 +56,7 @@ static const int kernel_feature_bits[] = {
 };
 
 /* Features supported by others. */
-const int user_feature_bits[] = {
+static const int user_feature_bits[] = {
     VIRTIO_F_NOTIFY_ON_EMPTY,
     VIRTIO_RING_F_INDIRECT_DESC,
     VIRTIO_RING_F_EVENT_IDX,
This page took 0.025237 seconds and 4 git commands to generate.