mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 20:24:12 +01:00
Codechange: Silence warnings about intentionally unused parameters.
This commit is contained in:
@@ -145,7 +145,7 @@ size_t Blitter_32bppBase::BufferSize(uint width, uint height)
|
||||
return sizeof(uint32_t) * width * height;
|
||||
}
|
||||
|
||||
void Blitter_32bppBase::PaletteAnimate(const Palette &palette)
|
||||
void Blitter_32bppBase::PaletteAnimate(const Palette &)
|
||||
{
|
||||
/* By default, 32bpp doesn't have palette animation */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user