Deprecated code is now marked with [[deprecated]] to issue a compile time warning when used

This commit is contained in:
Klaus Schmidinger
2024-09-09 22:15:59 +02:00
parent c0a005b3cd
commit f006884e57
4 changed files with 10 additions and 4 deletions

View File

@@ -9984,6 +9984,8 @@ Video Disk Recorder Revision History
version numbering. Version numbers are simply counted upwards, with each of the three
parts ("version", "major", "minor") always being a single digit, and '0' being skipped.
2024-09-09:
2024-09-10:
- Fix for compilers that don't like non-constant format strings (thanks to Stefan Hofmann).
- Deprecated code is now marked with [[deprecated]] to issue a compile time warning when
used.