Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148718596
D37298.1788246122.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
301 B
Referenced Files
None
Subscribers
None
D37298.1788246122.diff
View Options
diff --git a/sys/dev/virtio/virtio_endian.h b/sys/dev/virtio/virtio_endian.h
--- a/sys/dev/virtio/virtio_endian.h
+++ b/sys/dev/virtio/virtio_endian.h
@@ -46,6 +46,7 @@
virtio_swap_endian(bool modern)
{
#if _BYTE_ORDER == _LITTLE_ENDIAN
+ (void)modern;
return (false);
#else
return (modern);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 1, 7:02 AM (2 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29496058
Default Alt Text
D37298.1788246122.diff (301 B)
Attached To
Mode
D37298: virtio: Silence a -Wunused warning
Attached
Detach File
Event Timeline
Log In to Comment