mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 00:09:41 +03:00
RISC OS: Squash unused variable warning.
This commit is contained in:
parent
002c3c1a7c
commit
9892eefd0a
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user