Merge pull request #253 from flyingdutchman23/master

Fix gcc-8.1.0 warning.
master
Diego Nehab 2018-08-06 13:15:58 -03:00 committed by GitHub
commit 5813cd0505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}