mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added '-Wno-parentheses' to the compiler options in order to avoid silly compiler warnings
This commit is contained in:
4
HISTORY
4
HISTORY
@@ -5549,3 +5549,7 @@ Video Disk Recorder Revision History
|
||||
Andreas Brugger).
|
||||
- Added a missing setting of lastFreeMB in cMenuMain::Update() (reported by
|
||||
Andreas Brugger).
|
||||
- Added '-Wno-parentheses' to the compiler options in order to avoid silly compiler
|
||||
warnings for expessions like 'a || b && c', where GCC 4.3 wants to force the
|
||||
programmer to write 'a || (b && c)', while everybody knows that '&&' links
|
||||
stronger than '||' (reported by Tobias Grimm).
|
||||
|
Reference in New Issue
Block a user