mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
(svn r2390) - Codechange: Fix some warnings on GCC 4.0.0
This commit is contained in:
@@ -878,7 +878,7 @@ static bool InitWriteZlib(void)
|
||||
|
||||
static void WriteZlibLoop(z_streamp z, byte *p, uint len, int mode)
|
||||
{
|
||||
char buf[1024]; // output buffer
|
||||
byte buf[1024]; // output buffer
|
||||
int r;
|
||||
uint n;
|
||||
z->next_in = p;
|
||||
|
Reference in New Issue
Block a user