mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-09-21 18:42:02 +02:00
Fix gcc-8.1.0 warning.
This commit is contained in:
@@ -689,6 +689,7 @@ static size_t dot(int c, size_t state, luaL_Buffer *buffer)
|
|||||||
case '.':
|
case '.':
|
||||||
if (state == 2)
|
if (state == 2)
|
||||||
luaL_addchar(buffer, '.');
|
luaL_addchar(buffer, '.');
|
||||||
|
/* Falls through. */
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user