Changeset: c2a2337f82e2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c2a2337f82e2
Modified Files:
        buildtools/Mx/Code.c
Branch: Dec2011
Log Message:

Mx: add back unreachable return for icc


diffs (11 lines):

diff --git a/buildtools/Mx/Code.c b/buildtools/Mx/Code.c
--- a/buildtools/Mx/Code.c
+++ b/buildtools/Mx/Code.c
@@ -341,6 +341,7 @@ CodeSubBlk(char *sub, char **argv)
       outofmem:
        Error("Limit of %d characters per block reached.", blk_size);
        exit(1);
+       return NULL; /* icc demands this, clang-3.0 chokes on it */
 }
 
 void
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to