mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
(svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function)
This commit is contained in:
@@ -241,6 +241,7 @@ static void SlCopyBytes(void *ptr, size_t length)
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void SlSkipBytes(size_t length)
|
||||
{
|
||||
while (length) {
|
||||
@@ -248,6 +249,7 @@ static void SlSkipBytes(size_t length)
|
||||
length--;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
uint SlGetFieldLength(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user