Module Name:    src
Committed By:   christos
Date:           Mon Jun 15 00:46:00 UTC 2020

Modified Files:
        src/common/lib/libprop: prop_dictionary_util.c

Log Message:
remove error(1) comments


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libprop/prop_dictionary_util.c

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

Modified files:

Index: src/common/lib/libprop/prop_dictionary_util.c
diff -u src/common/lib/libprop/prop_dictionary_util.c:1.7 src/common/lib/libprop/prop_dictionary_util.c:1.8
--- src/common/lib/libprop/prop_dictionary_util.c:1.7	Sun Jun 14 17:31:01 2020
+++ src/common/lib/libprop/prop_dictionary_util.c	Sun Jun 14 20:46:00 2020
@@ -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(uchar,     unsigned char)
 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)

Reply via email to