github Zibri/VICE r43237

latest releases: r46150, r46150o, r46150u...
3 years ago

Changelog:

r43237 | compyx | 2023-02-19 10:28:49 +0000 (Sun, 19 Feb 2023) | 6 lines

vte: Fix Wsingle-bit-bitfield-constant-conversion warning

A signed 1-bit bitfield cannot have the value 1, valid values are -1 and 0.
Changing the affected bitfields to unsigned allows values of 0 and 1.


------------------------------------------------------------------------
r43236 | dqh | 2023-02-19 05:26:15 +0000 (Sun, 19 Feb 2023) | 1 line

Added a log interface locking to threaded builds
------------------------------------------------------------------------
r43235 | dqh | 2023-02-19 05:02:36 +0000 (Sun, 19 Feb 2023) | 1 line

Fixed debug logging of pointer without cast to void*
------------------------------------------------------------------------
r43234 | dqh | 2023-02-19 05:01:54 +0000 (Sun, 19 Feb 2023) | 1 line

Fixed debug logging of intptr_t without cast to void*
------------------------------------------------------------------------
r43233 | dqh | 2023-02-19 04:48:22 +0000 (Sun, 19 Feb 2023) | 1 line

Fixed debug logging of uninitialised data
------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.