Changeset: 9f296eed2442 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9f296eed2442 Modified Files: configure.ag Branch: Mar2011 Log Message:
configure: allow anachronisms with icc for burg burg's code uses anachronisms a lot, too many to fix, since it's gone in default/Apr2011 it makes little to no sense to fix it, so just disable the remark. http://monetdb.cwi.nl/testing/projects/monetdb/testweb/logs/39245:124139f4ff4a/Int-Fedora-i386-propcheck/make.html#l124 diffs (12 lines): diff --git a/configure.ag b/configure.ag --- a/configure.ag +++ b/configure.ag @@ -718,6 +718,8 @@ dnl ... however, some things aren't solved, yet: dnl (for the time being,) we need to disable some warnings (making them remarks doesn't seem to work with -Werror): X_CFLAGS="$X_CFLAGS -wd1418,1419,981,810,193,111,1357" + dnl burg uses old-style parameter lists (anachronisms) + X_CFLAGS="$X_CFLAGS -wd310" case $icc_ver in 8.[[1-9]]*) X_CFLAGS="$X_CFLAGS,1572" ;; 9.[[1-9]]*) X_CFLAGS="$X_CFLAGS,1572,1599" ;; _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
