summaryrefslogtreecommitdiff
path: root/src/schema/schema_plan.c
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-09-14 06:58:05 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-09-14 06:58:05 +1000
commitdee1f1522c30b4f8a2a0284c2f2c6441a463f21b (patch)
tree6aa8482fda657e897de4217736ccf6dca4ddaf3d /src/schema/schema_plan.c
parent85d6268040112e0bed017be9d50f6c4aad290801 (diff)
downloadmongo-dee1f1522c30b4f8a2a0284c2f2c6441a463f21b.tar.gz
lint:
- "break" indented at the wrong level - Symbol 'current_coltype' (line 135) not initialized
Diffstat (limited to 'src/schema/schema_plan.c')
-rw-r--r--src/schema/schema_plan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schema/schema_plan.c b/src/schema/schema_plan.c
index 3b6af8ac798..893cd1ac1e3 100644
--- a/src/schema/schema_plan.c
+++ b/src/schema/schema_plan.c
@@ -143,6 +143,7 @@ __wt_struct_plan(WT_SESSION_IMPL *session, WT_TABLE *table,
current_cg = cg = 0;
current_col = col = INT_MAX;
+ current_coltype = coltype = WT_PROJ_KEY; /* Keep lint quiet. */
while (__wt_config_next(&conf, &k, &v) == 0) {
have_it = 0;