mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
Merge pull request #253 from flyingdutchman23/master
Fix gcc-8.1.0 warning.
This commit is contained in:
commit
5813cd0505
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user