summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/luadevel/devel.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/luadevel/devel.cc b/tools/luadevel/devel.cc
index 9bbe313810..7d0deecbcf 100644
--- a/tools/luadevel/devel.cc
+++ b/tools/luadevel/devel.cc
@@ -154,7 +154,8 @@ class LuaTableRef {
}
// invalid userdata -- fall through
}
- // no break
+
+ /* fall through */
case LUA_TFUNCTION: // no support -- we could... string.format("%q", string.dump(value, true))
case LUA_TTABLE: // no nested tables, sorry.
case LUA_TNIL: // fallthrough