Module Name: src
Committed By: christos
Date: Thu Feb 21 21:34:05 UTC 2019
Modified Files:
src/sys/sys: cdefs.h
Log Message:
add a lint(1) comment to nothing.
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/sys/sys/cdefs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/cdefs.h
diff -u src/sys/sys/cdefs.h:1.140 src/sys/sys/cdefs.h:1.141
--- src/sys/sys/cdefs.h:1.140 Sat Jan 26 21:47:26 2019
+++ src/sys/sys/cdefs.h Thu Feb 21 16:34:05 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: cdefs.h,v 1.140 2019/01/27 02:47:26 christos Exp $ */
+/* $NetBSD: cdefs.h,v 1.141 2019/02/21 21:34:05 christos Exp $ */
/* * Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -327,7 +327,7 @@
* We use ((void)0) instead of do {} while (0) so that it
* works on , expressions.
*/
-#define __nothing ((void)0)
+#define __nothing (/*LINTED*/(void)0)
#if defined(__cplusplus)
#define __BEGIN_EXTERN_C extern "C" {