Fix gcc-8.1.0 warning.

master
Joris Clement 2018-08-06 15:30:13 +02:00
parent 4df569e9f8
commit 9b82c7871d
1 changed files with 1 additions and 0 deletions

View File

@ -689,6 +689,7 @@ static size_t dot(int c, size_t state, luaL_Buffer *buffer)
case '.':
if (state == 2)
luaL_addchar(buffer, '.');
/* Falls through. */
default:
return 0;
}