Re: MonetDB: Apr2011 - -W(no-)logical-op does not exist with gcc < 4.3

2011-07-13 Thread Fabian Groffen
On 12-07-2011 22:46:05 +0200, Stefan Manegold wrote: > -W(no-)logical-op does not exist with gcc < 4.3 I suggest we can use configure checks here to actually determine whether the compiler understands the flag instead of hardcoding some (assumed) logic about compiler versions.

MonetDB: Apr2011 - -W(no-)logical-op does not exist with gcc < 4.3

2011-07-12 Thread Stefan Manegold
Changeset: aa3e991d15b0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=aa3e991d15b0 Modified Files: configure.ag Branch: Apr2011 Log Message: -W(no-)logical-op does not exist with gcc < 4.3 diffs (34 lines): diff --git a/configure.ag b/configure.ag --- a/configure