Changeset: 4d6aaf6dd1b9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4d6aaf6dd1b9
Modified Files:
pathfinder/compiler/algebra/algebra.c
Branch: default
Log Message:
fixed compilation with Sun compiler:
".../pathfinder/compiler/algebra/algebra.c", line 815: warning: statement not
reached
cc: acomp failed for .../pathfinder/compiler/algebra/algebra.c
gmake[6]: *** [liblogical_la-algebra.lo] Error 1
Removed `return NULL;` that could never be reached.
diffs (11 lines):
diff -r b4440345578b -r 4d6aaf6dd1b9 pathfinder/compiler/algebra/algebra.c
--- a/pathfinder/compiler/algebra/algebra.c Tue May 25 16:03:09 2010 +0200
+++ b/pathfinder/compiler/algebra/algebra.c Wed May 26 12:38:11 2010 +0200
@@ -812,7 +812,6 @@
/* PFoops (OOPS_FATAL, "unknown column simple type (%i)",
type); */
return "unkwn";
}
- return NULL;
}
static unsigned int highest_col_name_id;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list