RISC OS: Squash unused variable warning.

This commit is contained in:
Michael Drake 2022-03-24 22:17:48 +00:00
parent 002c3c1a7c
commit 9892eefd0a

View File

@ -447,7 +447,7 @@ bool riscos_bitmap_save(void *vbitmap, const char *path, unsigned flags)
*/
static void bitmap_modified(void *vbitmap)
{
struct bitmap *bitmap = (struct bitmap *) vbitmap;
(void)(vbitmap);
}