hm, guess this and your comment about -Wcast-align do make sense.
Thanks!
Hence, we probaly should indeed disable/remove both with the respective
comments (maybe even keep them commented out with such comment in
configure.ag to prevent later re-adds ...)
I'll do that tomorrow.
Stefan
On Tue,
On 12-07-2011 21:17:17 +0200, Stefan Manegold wrote:
> (hopefully) fixing compilation with gcc < 4.3
> + *clang*-*|*-4.[[3-9]].*|*-[[5-9]].*)
> + dnl this triggers a warning (-> error) with gcc < 4.3
> + X_CFLAGS="$X_CFLAGS -Wstack-protector"
> + ;;
> +
Changeset: 0762a86c5de9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0762a86c5de9
Modified Files:
configure.ag
Branch: Apr2011
Log Message:
(hopefully) fixing compilation with gcc < 4.3
diffs (19 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.a