Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/xlint/arch/aarch64
Module Name: src
Committed By: rillig
Date: Tue Jul 20 18:43:06 UTC 2021
Modified Files:
src/usr.bin/xlint/arch/aarch64: targparam.h
Log Message:
lint: make char unsigned on aarch64
This fixes tests msg_074 and msg_076, which previously warned for
'\xff': conversion of 'int' to 'char' is out of range [119]
The commit from 2014-08-10 that first defined char as signed had the
remark "Enough for a distribution build". At that time, there was no
unit test for lint1 that would have detected the signedness of char.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/aarch64/targparam.h
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