From 95764d4bd5eb667db9cfefe049cc51aa2cc44bfc Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 13 Jan 2008 13:00:23 +0100 Subject: Added '-Wno-parentheses' to the compiler options in order to avoid silly compiler warnings --- HISTORY | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 6a42fb94..681fdf9b 100644 --- a/HISTORY +++ b/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). -- cgit v1.2.3