sdlscreen.c : removed unused arg warning in Update_rect()
This commit is contained in:
parent
031f87ad2c
commit
99d135fdd5
@ -183,6 +183,7 @@ void Update_rect(short x, short y, unsigned short width, unsigned short height)
|
||||
#endif
|
||||
|
||||
#if (UPDATE_METHOD == UPDATE_METHOD_FULL_PAGE)
|
||||
(void)x; (void)y; (void)width; (void)height; // unused
|
||||
update_is_required=1;
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user