--- - branch: MAIN date: Tue Jul 20 18:43:06 UTC 2021 files: - new: '1.6' old: '1.5' path: src/usr.bin/xlint/arch/aarch64/targparam.h pathrev: src/usr.bin/xlint/arch/aarch64/targparam.h@1.6 type: modified id: 20210720T184306Z.1ec7017f9960eed647a276763f8322ead408d567 log: | 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. module: src subject: 'CVS commit: src/usr.bin/xlint/arch/aarch64' unixtime: '1626806586' user: rillig