From 55b9a127856d8f2e80a18f221b906ec75c8db815 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 25 Feb 2016 19:50:53 +0000 Subject: Add a warning for OS3 for a non-working function --- amiga/gui.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'amiga') diff --git a/amiga/gui.c b/amiga/gui.c index 4e9e05ef3..988111151 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -1116,6 +1116,9 @@ static void gui_init2(int argc, char** argv) static void ami_update_buttons(struct gui_window_2 *gwin) { +#ifndef __amigaos4__ +#warning these buttons aren't updating on OS3 +#endif long back=FALSE,forward=TRUE,tabclose=FALSE,stop=FALSE,reload=FALSE; long storage = FALSE; -- cgit v1.2.3