Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libprop remove error(1) comments
details: https://anonhg.NetBSD.org/src/rev/d7e7440f2eb5
branches: trunk
changeset: 1011023:d7e7440f2eb5
user: christos <christos%NetBSD.org@localhost>
date: Mon Jun 15 00:46:00 2020 +0000
description:
remove error(1) comments
diffstat:
common/lib/libprop/prop_dictionary_util.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 406c04663c37 -r d7e7440f2eb5 common/lib/libprop/prop_dictionary_util.c
--- a/common/lib/libprop/prop_dictionary_util.c Mon Jun 15 00:40:14 2020 +0000
+++ b/common/lib/libprop/prop_dictionary_util.c Mon Jun 15 00:46:00 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: prop_dictionary_util.c,v 1.7 2020/06/14 21:31:01 christos Exp $ */
+/* $NetBSD: prop_dictionary_util.c,v 1.8 2020/06/15 00:46:00 christos Exp $ */
/*-
* Copyright (c) 2006, 2020 The NetBSD Foundation, Inc.
@@ -154,8 +154,6 @@
UTEMPLATE(ushort, unsigned short)
UTEMPLATE(uint, unsigned int)
UTEMPLATE(ulong, unsigned long)
-/*###155 [lint] warning conversion to 'unsigned long' due to prototype, arg #3 [259]%%%*/
-/*###155 [lint] warning conversion from 'unsigned long long' to 'unsigned long' may lose accuracy, arg #3 [298]%%%*/
UTEMPLATE(ulonglong, unsigned long long)
UTEMPLATE(uintptr, uintptr_t)
UTEMPLATE(uint8, uint8_t)
Home |
Main Index |
Thread Index |
Old Index