Module Name:    src
Committed By:   mrg
Date:           Fri Nov  1 06:41:56 UTC 2013

Modified Files:
        src/sys/fs/nilfs: nilfs_vfsops.c

Log Message:
apply __diagused where appropriate.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/fs/nilfs/nilfs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/fs/nilfs/nilfs_vfsops.c
diff -u src/sys/fs/nilfs/nilfs_vfsops.c:1.12 src/sys/fs/nilfs/nilfs_vfsops.c:1.13
--- src/sys/fs/nilfs/nilfs_vfsops.c:1.12	Fri Oct 18 19:57:28 2013
+++ src/sys/fs/nilfs/nilfs_vfsops.c	Fri Nov  1 06:41:56 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: nilfs_vfsops.c,v 1.12 2013/10/18 19:57:28 christos Exp $ */
+/* $NetBSD: nilfs_vfsops.c,v 1.13 2013/11/01 06:41:56 mrg Exp $ */
 
 /*
  * Copyright (c) 2008, 2009 Reinoud Zandijk
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: nilfs_vfsops.c,v 1.12 2013/10/18 19:57:28 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nilfs_vfsops.c,v 1.13 2013/11/01 06:41:56 mrg Exp $");
 #endif /* not lint */
 
 
@@ -399,7 +399,7 @@ nilfs_read_superblock(struct nilfs_devic
 static void
 nilfs_unmount_base(struct nilfs_device *nilfsdev)
 {
-	int error;
+	int error __diagused;
 
 	if (!nilfsdev)
 		return;

Reply via email to