NetBSD-Bugs archive

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

PR/36668 CVS commit: src



The following reply was made to PR lib/36668; it has been noted by GNATS.

From: "Roland Illig" <rillig%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/36668 CVS commit: src
Date: Thu, 26 May 2022 20:17:40 +0000

 Module Name:	src
 Committed By:	rillig
 Date:		Thu May 26 20:17:40 UTC 2022
 
 Modified Files:
 	src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp
 	src/usr.bin/xlint/lint1: tree.c
 
 Log Message:
 lint: do not warn about 'uint32_t = uint64_t >> 32'
 
 If all possible values fit into the destination type, there is no
 possibility of losing accuracy.
 
 Enhances PR 36668.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.12 -r1.13 src/tests/usr.bin/xlint/lint1/msg_132.c
 cvs rdiff -u -r1.11 -r1.12 src/tests/usr.bin/xlint/lint1/msg_132.exp
 cvs rdiff -u -r1.448 -r1.449 src/usr.bin/xlint/lint1/tree.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index