Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/nilfs apply __diagused where appropriate.



details:   https://anonhg.NetBSD.org/src/rev/9bf5522ad800
branches:  trunk
changeset: 791027:9bf5522ad800
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Nov 01 06:41:56 2013 +0000

description:
apply __diagused where appropriate.

diffstat:

 sys/fs/nilfs/nilfs_vfsops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r db60e9bec524 -r 9bf5522ad800 sys/fs/nilfs/nilfs_vfsops.c
--- a/sys/fs/nilfs/nilfs_vfsops.c       Fri Nov 01 06:22:46 2013 +0000
+++ b/sys/fs/nilfs/nilfs_vfsops.c       Fri Nov 01 06:41:56 2013 +0000
@@ -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 @@
 static void
 nilfs_unmount_base(struct nilfs_device *nilfsdev)
 {
-       int error;
+       int error __diagused;
 
        if (!nilfsdev)
                return;



Home | Main Index | Thread Index | Old Index