mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
Added reference to unused variable to avoid GCC 4.6 warning.
This commit is contained in:
parent
0456ff8e70
commit
39a877175b
@ -94,6 +94,9 @@ StrBuf* GenKoala (const Bitmap* B, const Collection* A attribute ((unused)))
|
||||
/* Add $4400 as load address */
|
||||
SB_AppendChar (D, 0x00);
|
||||
SB_AppendChar (D, 0x44);
|
||||
|
||||
/* TODO: The actual work ;-) */
|
||||
(void)Screen;
|
||||
|
||||
/* Return the converted bitmap */
|
||||
return D;
|
||||
|
Loading…
Reference in New Issue
Block a user