aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/zfs
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-10-04 14:53:42 +0000
committerMark Johnston <markj@FreeBSD.org>2024-10-04 15:56:34 +0000
commitd9fe71828797508d1d28655e40780a5ae9078e66 (patch)
treefc6ec84f22a669a455776e7f6d1f72b1eaf3cdbe /usr.sbin/makefs/zfs
parent48979e8def00b69a07880e7827af7e32d5e377ff (diff)
Diffstat (limited to 'usr.sbin/makefs/zfs')
-rw-r--r--usr.sbin/makefs/zfs/zfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/makefs/zfs/zfs.h b/usr.sbin/makefs/zfs/zfs.h
index ff94c270bbf6..5c47b7c3156b 100644
--- a/usr.sbin/makefs/zfs/zfs.h
+++ b/usr.sbin/makefs/zfs/zfs.h
@@ -73,7 +73,7 @@ typedef struct {
*/
char filebuf[MAXBLOCKSIZE] __aligned(alignof(uint64_t));
- bool nowarn;
+ bool nowarn; /* ignored */
/* Pool parameters. */
const char *poolname;