Merge pull request #462 from uniontech-lilinjie/master

fix typo
This commit is contained in:
Roger Wolff 2023-01-10 11:11:49 +01:00 committed by GitHub
commit 56fe6c435f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
NEWS
View File

@ -354,9 +354,9 @@ V0.88
build-sys: default to ,/configure --enable-silent-rules
warnings: do not take abs() when data type is unsigned
warnings: mark unused function input variables
warnings: fix couple unsigned vs signed variable comparisions
warnings: fix couple unsigned vs signed variable comparisons
warnings: multiply timeval seconds only when the value is small
warnings: fix some missed unsigned vs signed variable comparisions
warnings: fix some missed unsigned vs signed variable comparisons
comment: add value range note to initialization
cast: do not downgrade to float when double should be used
warnings: remove dead code