Changeset: 401708d90e11 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=401708d90e11
Modified Files:
monetdb5/modules/atoms/json.c
Branch: default
Log Message:
Compiler thinks: variable may be used uninitialized.
diffs (12 lines):
diff --git a/monetdb5/modules/atoms/json.c b/monetdb5/modules/atoms/json.c
--- a/monetdb5/modules/atoms/json.c
+++ b/monetdb5/modules/atoms/json.c
@@ -977,7 +977,7 @@ JSONunfoldContainer(JSON *jt, int idx, B
static str
JSONunfoldInternal(int *od, int *key, int *val, json *js)
{
- BAT *bo, *bk, *bv;
+ BAT *bo = NULL, *bk, *bv;
oid o= 0;
str msg = MAL_SUCCEED;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list