Added '__attribute__' to functions that use printf() like parameters

This commit is contained in:
Klaus Schmidinger
2005-10-09 11:14:14 +02:00
parent 22ee421be9
commit 325163c0ef
5 changed files with 9 additions and 6 deletions

View File

@@ -3895,3 +3895,5 @@ Video Disk Recorder Revision History
Setup.MenuScrollWrap is true (thanks to Enrico Scholz).
- Making sure no item is displayed as "current" if Up, Down, Left or Right is
pressed in a menu with no selectable items.
- Added '__attribute__' to functions that use printf() like parameters (thanks
to Darren Salt).