Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F104000312
D37469.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
549 B
Referenced Files
None
Subscribers
None
D37469.diff
View Options
diff --git a/usr.sbin/makefs/zfs/vdev.c b/usr.sbin/makefs/zfs/vdev.c
--- a/usr.sbin/makefs/zfs/vdev.c
+++ b/usr.sbin/makefs/zfs/vdev.c
@@ -38,11 +38,11 @@
#include "zfs.h"
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wunused-function"
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wunused-function"
#include "zfs/fletcher.c"
#include "zfs/sha256.c"
-#pragma clang diagnostic pop
+#pragma GCC diagnostic pop
static void
blkptr_set(blkptr_t *bp, off_t off, off_t size, uint8_t dntype, uint8_t level,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 3, 5:53 AM (21 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15001658
Default Alt Text
D37469.diff (549 B)
Attached To
Mode
D37469: makefs zfs: Disable -Wunused-function for GCC as well.
Attached
Detach File
Event Timeline
Log In to Comment