summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-22 19:02:28 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-22 19:02:28 (GMT)
commit15e662e7d158386aef18c7eb202f1c4de1b78202 (patch)
tree812476cca0735cc835b05793db86166bcb780692
parent8a6e86e67cbdf34c582554213452e7056b787399 (diff)
downloadblt-15e662e7d158386aef18c7eb202f1c4de1b78202.zip
blt-15e662e7d158386aef18c7eb202f1c4de1b78202.tar.gz
blt-15e662e7d158386aef18c7eb202f1c4de1b78202.tar.bz2
fix minor compile warning
-rw-r--r--generic/tkbltGrAxisOp.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkbltGrAxisOp.C b/generic/tkbltGrAxisOp.C
index fb3277e..2c66f78 100644
--- a/generic/tkbltGrAxisOp.C
+++ b/generic/tkbltGrAxisOp.C
@@ -588,6 +588,8 @@ int AxisTypeOp(Axis* axisPtr, Tcl_Interp* interp,
case CID_AXIS_Y:
typeName = "y";
break;
+ default:
+ return TCL_OK;
}
}