# make -f makefile.os4 >>>>>Compiling amiga.c >>>>>Compiling data.c >>>>>Compiling version.c >>>>>Compiling string_data.c >>>>>Compiling function_data.c function_data.c:71: warning: missing braces around initializer function_data.c:71: warning: (near initialization for 'commandlist_internal[4].stuff') >>>>>Compiling menu_data.c >>>>>Compiling moon_data.c >>>>>Compiling palette_routines.c >>>>>Compiling pattern.c >>>>>Compiling key_press.c >>>>>Compiling key_finder_data.c >>>>>Compiling main.c main.c:58: warning: return type of 'main' is not 'int' main.c:155:2: warning: #warning To be removed main.c: In function 'rego_callback': main.c:184: warning: initialization makes integer from pointer without a cast main.c:161: warning: unused variable 'b' main.c:161: warning: unused variable 'a' main.c:160: warning: unused variable 'status' main.c: In function 'main_open_library': main.c:221: warning: initialization makes integer from pointer without a cast main.c:221: warning: initialization makes integer from pointer without a cast main.c:388:2: warning: #warning need to do proper inline for os4 too. main.c: In function 'startup_open_libraries': main.c:416: warning: assignment from incompatible pointer type main.c:423: warning: passing argument 2 of 'IExec->GetInterface' from incompatible pointer type main.c:423: note: expected 'struct Library *' but argument is of type 'struct GfxBase *' main.c:424: warning: passing argument 2 of 'IExec->GetInterface' from incompatible pointer type main.c:424: note: expected 'struct Library *' but argument is of type 'struct IntuitionBase *' main.c:430: warning: passing argument 2 of 'IExec->GetInterface' from incompatible pointer type main.c:430: note: expected 'struct Library *' but argument is of type 'struct UtilityBase *' main.c:440: warning: assignment from incompatible pointer type main.c:466: warning: assignment from incompatible pointer type main.c:468: warning: passing argument 2 of 'IExec->GetInterface' from incompatible pointer type main.c:468: note: expected 'struct Library *' but argument is of type 'struct Device *' main.c:477: warning: assignment from incompatible pointer type main.c:479: warning: passing argument 2 of 'IExec->GetInterface' from incompatible pointer type main.c:479: note: expected 'struct Library *' but argument is of type 'struct Device *' main.c: In function 'startup_init_gui': main.c:594: warning: assignment discards qualifiers from pointer target type main.c:602: warning: assignment discards qualifiers from pointer target type main.c:653: warning: left shift count >= width of type main.c:674: warning: suggest explicit braces to avoid ambiguous 'else' main.c: In function 'startup_show_startup_picture': main.c:923: warning: initialization makes integer from pointer without a cast main.c:923: warning: initialization makes integer from pointer without a cast >>>>>Compiling commands.c commands.c: In function 'init_commands_scan': commands.c:214: warning: initialization makes integer from pointer without a cast commands.c:214: warning: initialization makes integer from pointer without a cast commands.c:420:2: warning: #warning need to do proper inline for os4 too. commands.c: In function 'command_new': commands.c:700: warning: initialization makes integer from pointer without a cast commands.c:700: warning: initialization makes integer from pointer without a cast commands.c:700: warning: initialization makes integer from pointer without a cast commands.c:700: warning: initialization makes integer from pointer without a cast commands.c:700: warning: initialization makes integer from pointer without a cast commands.c:730: warning: initialization makes integer from pointer without a cast commands.c:730: warning: initialization makes integer from pointer without a cast commands.c:730: warning: initialization makes integer from pointer without a cast commands.c:730: warning: initialization makes integer from pointer without a cast >>>>>Compiling menus.c menus.c: In function 'find_menu_item': menus.c:338: warning: cast from pointer to integer of different size menus.c:346: warning: cast from pointer to integer of different size menus.c:352: warning: cast from pointer to integer of different size >>>>>Compiling popup.c popup.c: In function 'popup_run_func': popup.c:197: warning: initialization makes integer from pointer without a cast popup.c:213: warning: initialization makes integer from pointer without a cast >>>>>Compiling popup_build.c >>>>>Compiling iconpos.c iconpos.c: In function 'iconpos_configure': iconpos.c:54: warning: dereferencing type-punned pointer will break strict-aliasing rules iconpos.c:75: warning: initialization makes integer from pointer without a cast iconpos.c:75: warning: initialization makes integer from pointer without a cast iconpos.c:75: warning: initialization makes integer from pointer without a cast iconpos.c:151: warning: dereferencing type-punned pointer will break strict-aliasing rules >>>>>Compiling cx.c >>>>>Compiling wb.c wb.c: In function 'wb_do_startup': wb.c:64: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) wb.c:65: warning: 'ExNext' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:96) wb.c:86: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) wb.c: In function 'wb_launch_list': wb.c:193: warning: initialization makes integer from pointer without a cast >>>>>Compiling text.c >>>>>Compiling help.c help.c: In function 'help_procPPC': help.c:372: warning: initialization makes integer from pointer without a cast help.c:450: warning: initialization makes integer from pointer without a cast >>>>>Compiling eliza.c eliza.c:108: warning: missing braces around initializer eliza.c:108: warning: (near initialization for 'keyword[51]') eliza.c:130: warning: missing braces around initializer eliza.c:130: warning: (near initialization for 'wordin[13]') eliza.c:152: warning: missing braces around initializer eliza.c:152: warning: (near initialization for 'wordout[13]') eliza.c:470: warning: missing braces around initializer eliza.c:470: warning: (near initialization for 'replies[124]') eliza.c: In function 'find_keyword': eliza.c:658: warning: pointer targets in passing argument 2 of 'strstri' differ in signedness eliza.c:38: note: expected 'char *' but argument is of type 'unsigned char *' eliza.c:661: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'const char *' but argument is of type 'unsigned char *' eliza.c: In function 'conjugate': eliza.c:700: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:34: note: expected 'const char *' but argument is of type 'unsigned char *' eliza.c:700: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:69: note: expected 'const char *' but argument is of type 'unsigned char *' eliza.c:702: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:34: note: expected 'const char *' but argument is of type 'unsigned char *' eliza.c:702: warning: pointer targets in passing argument 4 of 'exchange_words' differ in signedness eliza.c:580: note: expected 'char *' but argument is of type 'unsigned char *' eliza.c:703: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:34: note: expected 'const char *' but argument is of type 'unsigned char *' eliza.c: In function 'response': eliza.c:721: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'const char *' but argument is of type 'unsigned char *' >>>>>Compiling event_loop.c event_loop.c: In function 'event_loop': event_loop.c:768: warning: dereferencing pointer 'notify_list.10' does break strict-aliasing rules event_loop.c:768: note: initialized from here event_loop.c:1048: warning: dereferencing pointer 'notify_list.10' does break strict-aliasing rules event_loop.c:1048: note: initialized from here >>>>>Compiling main_reset.c >>>>>Compiling backdrop.c backdrop.c: In function 'backdrop_pos_slider': backdrop.c:954: warning: passing argument 3 of 'IIntuition->GetAttr' from incompatible pointer type backdrop.c:954: note: expected 'Object *' but argument is of type 'struct Gadget *' backdrop.c:962: warning: passing argument 3 of 'IIntuition->GetAttr' from incompatible pointer type backdrop.c:962: note: expected 'Object *' but argument is of type 'struct Gadget *' backdrop.c: In function 'backdrop_icon_lock': backdrop.c:1033: warning: initialization makes integer from pointer without a cast >>>>>Compiling backdrop_render.c >>>>>Compiling backdrop_idcmp.c backdrop_idcmp.c: In function 'backdrop_idcmp': backdrop_idcmp.c:460: warning: passing argument 3 of 'IIntuition->GetAttr' from incompatible pointer type backdrop_idcmp.c:460: note: expected 'Object *' but argument is of type 'struct Gadget *' backdrop_idcmp.c:474: warning: passing argument 3 of 'IIntuition->GetAttr' from incompatible pointer type backdrop_idcmp.c:474: note: expected 'Object *' but argument is of type 'struct Gadget *' backdrop_idcmp.c:497: warning: passing argument 3 of 'IIntuition->GetAttr' from incompatible pointer type backdrop_idcmp.c:497: note: expected 'Object *' but argument is of type 'struct Gadget *' backdrop_idcmp.c:505: warning: passing argument 3 of 'IIntuition->GetAttr' from incompatible pointer type backdrop_idcmp.c:505: note: expected 'Object *' but argument is of type 'struct Gadget *' >>>>>Compiling backdrop_buttons.c backdrop_buttons.c: In function 'backdrop_handle_button': backdrop_buttons.c:435: warning: suggest parentheses around comparison in operand of '&' >>>>>Compiling backdrop_utils.c >>>>>Compiling backdrop_arrange.c backdrop_arrange.c: In function 'backdrop_make_visible': backdrop_arrange.c:677: warning: passing argument 3 of 'IIntuition->GetAttr' from incompatible pointer type backdrop_arrange.c:677: note: expected 'Object *' but argument is of type 'struct Gadget *' backdrop_arrange.c:689: warning: passing argument 3 of 'IIntuition->GetAttr' from incompatible pointer type backdrop_arrange.c:689: note: expected 'Object *' but argument is of type 'struct Gadget *' >>>>>Compiling backdrop_position.c backdrop_position.c: In function 'backdrop_build_poslist': backdrop_position.c:470: warning: dereferencing type-punned pointer will break strict-aliasing rules >>>>>Compiling backdrop_open.c backdrop_open.c: In function 'backdrop_object_open': backdrop_open.c:247: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) backdrop_open.c:282: warning: initialization makes integer from pointer without a cast backdrop_open.c:332: warning: initialization makes integer from pointer without a cast backdrop_open.c:376: warning: initialization makes integer from pointer without a cast backdrop_open.c:377: warning: initialization makes integer from pointer without a cast backdrop_open.c:403: warning: initialization makes integer from pointer without a cast backdrop_open.c:403: warning: initialization makes integer from pointer without a cast backdrop_open.c:403: warning: initialization makes integer from pointer without a cast >>>>>Compiling backdrop_drag.c backdrop_drag.c: In function 'backdrop_drop_object': backdrop_drag.c:462: warning: initialization makes integer from pointer without a cast backdrop_drag.c:462: warning: initialization makes integer from pointer without a cast >>>>>Compiling backdrop_groups.c backdrop_groups.c: In function 'backdrop_read_groups': backdrop_groups.c:58: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) backdrop_groups.c: In function 'backdrop_group_handlerPPC': backdrop_groups.c:234: warning: passing argument 3 of 'IDOpus->IPC_ProcStartup' from incompatible pointer type backdrop_groups.c:234: note: expected 'ULONG (*)(struct IPCData *, void *)' but argument is of type 'struct EmuTrap *' backdrop_groups.c:275: warning: suggest parentheses around comparison in operand of '&' backdrop_groups.c: In function 'backdrop_read_group_objects': backdrop_groups.c:915: warning: initialization makes integer from pointer without a cast backdrop_groups.c:924: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) backdrop_groups.c:925: warning: 'ExNext' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:96) backdrop_groups.c: In function 'backdrop_group_add_object': backdrop_groups.c:1059: warning: initialization makes integer from pointer without a cast backdrop_groups.c:1059: warning: initialization makes integer from pointer without a cast backdrop_groups.c: In function 'backdrop_delete_group': backdrop_groups.c:1134: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) backdrop_groups.c:1140: warning: 'ExNext' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:96) backdrop_groups.c: In function 'backdrop_remove_group_objects': backdrop_groups.c:1189: warning: initialization makes integer from pointer without a cast backdrop_groups.c: In function 'backdrop_group_do_function': backdrop_groups.c:1322: warning: initialization makes integer from pointer without a cast >>>>>Compiling backdrop_notify.c >>>>>Compiling backdrop_appicon.c >>>>>Compiling backdrop_devices.c >>>>>Compiling backdrop_snapshot.c >>>>>Compiling backdrop_popup.c backdrop_popup.c: In function 'backdrop_popup': backdrop_popup.c:259: warning: passing argument 3 of 'IDOpus->PopUpNewHandle' from incompatible pointer type backdrop_popup.c:259: note: expected 'ULONG (*)(ULONG, void *, void *)' but argument is of type 'REF_CALLBACK' backdrop_popup.c:408: warning: implicit declaration of function 'popup_run_func' backdrop_popup.c:692: warning: initialization makes integer from pointer without a cast backdrop_popup.c:692: warning: initialization makes integer from pointer without a cast backdrop_popup.c:692: warning: initialization makes integer from pointer without a cast backdrop_popup.c:692: warning: initialization makes integer from pointer without a cast backdrop_popup.c:760: warning: initialization makes integer from pointer without a cast backdrop_popup.c: In function 'popup_build_copyto': backdrop_popup.c:1166: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) backdrop_popup.c:1182: warning: 'ExNext' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:96) backdrop_popup.c:1199: warning: initialization makes integer from pointer without a cast backdrop_popup.c:1199: warning: initialization makes integer from pointer without a cast backdrop_popup.c:1235: warning: initialization makes integer from pointer without a cast backdrop_popup.c:1235: warning: initialization makes integer from pointer without a cast >>>>>Compiling backdrop_format.c >>>>>Compiling backdrop_select.c >>>>>Compiling backdrop_info.c >>>>>Compiling backdrop_leftout.c backdrop_leftout.c: In function 'backdrop_leave_out': backdrop_leftout.c:220: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) backdrop_leftout.c: In function 'backdrop_create_shortcut': backdrop_leftout.c:575: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) >>>>>Compiling backdrop_replace.c backdrop_replace.c: In function 'backdrop_replace_icon_image': backdrop_replace.c:188: warning: pointer targets in passing argument 2 of 'INewIcon->GetNewDiskObject' differ in signedness backdrop_replace.c:188: note: expected 'UBYTE *' but argument is of type 'char *' backdrop_replace.c:193: warning: pointer targets in passing argument 2 of 'INewIcon->GetNewDiskObject' differ in signedness backdrop_replace.c:193: note: expected 'UBYTE *' but argument is of type 'char *' backdrop_replace.c:216: warning: pointer targets in passing argument 2 of 'INewIcon->PutNewDiskObject' differ in signedness backdrop_replace.c:216: note: expected 'UBYTE *' but argument is of type 'char *' backdrop_replace.c:230: warning: pointer targets in passing argument 2 of 'INewIcon->PutNewDiskObject' differ in signedness backdrop_replace.c:230: note: expected 'UBYTE *' but argument is of type 'char *' >>>>>Compiling desktop.c >>>>>Compiling desktop_delete.c desktop_delete.c: In function 'desktop_delete': desktop_delete.c:137: warning: initialization makes integer from pointer without a cast desktop_delete.c:137: warning: initialization makes integer from pointer without a cast desktop_delete.c:137: warning: initialization makes integer from pointer without a cast >>>>>Compiling desktop_drop.c desktop_drop.c: In function 'desktop_drop': desktop_drop.c:43: warning: suggest parentheses around comparison in operand of '&' >>>>>Compiling desktop_rename.c desktop_rename.c: In function 'icon_rename': desktop_rename.c:44: warning: initialization makes integer from pointer without a cast desktop_rename.c:113: warning: initialization makes integer from pointer without a cast desktop_rename.c:122: warning: initialization makes integer from pointer without a cast desktop_rename.c:122: warning: initialization makes integer from pointer without a cast desktop_rename.c:122: warning: initialization makes integer from pointer without a cast desktop_rename.c:122: warning: initialization makes integer from pointer without a cast desktop_rename.c:122: warning: initialization makes integer from pointer without a cast desktop_rename.c:177: warning: initialization makes integer from pointer without a cast desktop_rename.c:177: warning: initialization makes integer from pointer without a cast desktop_rename.c:177: warning: initialization makes integer from pointer without a cast desktop_rename.c:207: warning: initialization makes integer from pointer without a cast desktop_rename.c:207: warning: initialization makes integer from pointer without a cast desktop_rename.c:207: warning: initialization makes integer from pointer without a cast desktop_rename.c:240: warning: initialization makes integer from pointer without a cast desktop_rename.c:240: warning: initialization makes integer from pointer without a cast desktop_rename.c:240: warning: initialization makes integer from pointer without a cast >>>>>Compiling desktop_folder.c desktop_folder.c: In function 'read_desktop_folder': desktop_folder.c:66: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) desktop_folder.c:69: warning: 'ExNext' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:96) >>>>>Compiling groups_new.c groups_new.c: In function 'groups_new': groups_new.c:35: warning: initialization makes integer from pointer without a cast groups_new.c:35: warning: initialization makes integer from pointer without a cast groups_new.c:35: warning: initialization makes integer from pointer without a cast groups_new.c:35: warning: initialization makes integer from pointer without a cast groups_new.c: In function 'group_snapshot_icon': groups_new.c:262: warning: initialization makes integer from pointer without a cast >>>>>Compiling toolbar.c >>>>>Compiling requesters.c requesters.c: In function 'error_request_a': requesters.c:228: warning: initialization makes integer from pointer without a cast requesters.c:228: warning: initialization makes integer from pointer without a cast >>>>>Compiling notify.c >>>>>Compiling graphics.c graphics.c: In function 'show_list_selector': graphics.c:125: warning: pointer targets in passing argument 2 of 'IGraphics->BltTemplate' differ in signedness graphics.c:125: note: expected 'PLANEPTR' but argument is of type 'char *' >>>>>Compiling misc.c misc.c: In function 'error_saving': misc.c:417: warning: initialization makes integer from pointer without a cast misc.c:417: warning: initialization makes integer from pointer without a cast misc.c:417: warning: initialization makes integer from pointer without a cast misc.c:424: warning: initialization makes integer from pointer without a cast misc.c:424: warning: initialization makes integer from pointer without a cast misc.c: In function 'OpenModule': misc.c:801: warning: initialization makes integer from pointer without a cast misc.c:801: warning: initialization makes integer from pointer without a cast misc.c: In function 'GetFileInfo': misc.c:966: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) >>>>>Compiling misc_proc.c misc_proc.c: In function 'misc_procPPC': misc_proc.c:122: warning: initialization makes integer from pointer without a cast misc_proc.c:122: warning: initialization makes integer from pointer without a cast misc_proc.c:122: warning: initialization makes integer from pointer without a cast misc_proc.c:122: warning: initialization makes integer from pointer without a cast misc_proc.c:122: warning: initialization makes integer from pointer without a cast misc_proc.c:122: warning: initialization makes integer from pointer without a cast misc_proc.c:218: warning: initialization makes integer from pointer without a cast misc_proc.c:218: warning: initialization makes integer from pointer without a cast misc_proc.c:218: warning: initialization makes integer from pointer without a cast misc_proc.c: In function 'misc_check_quit': misc_proc.c:1240: warning: initialization makes integer from pointer without a cast misc_proc.c:1240: warning: initialization makes integer from pointer without a cast misc_proc.c:1240: warning: initialization makes integer from pointer without a cast misc_proc.c: At top level: misc_proc.c:1268: warning: pointer targets in initialization differ in signedness misc_proc.c:1269: warning: pointer targets in initialization differ in signedness misc_proc.c:1270: warning: pointer targets in initialization differ in signedness misc_proc.c: In function 'kill_pirates': misc_proc.c:1292: warning: pointer targets in passing argument 2 of 'IDOpus->OpenBuf' differ in signedness misc_proc.c:1292: note: expected 'char *' but argument is of type 'unsigned char *' misc_proc.c:1298: warning: pointer targets in passing argument 2 of 'IDOS->DeleteFile' differ in signedness misc_proc.c:1298: note: expected 'CONST_STRPTR' but argument is of type 'unsigned char *' misc_proc.c:1301: warning: 'Execute' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:115) misc_proc.c:1301: warning: pointer targets in passing argument 2 of 'IDOS->Execute' differ in signedness misc_proc.c:1301: note: expected 'CONST_STRPTR' but argument is of type 'unsigned char *' misc_proc.c:1306: warning: pointer targets in passing argument 2 of 'IExec->RawDoFmt' differ in signedness misc_proc.c:1306: note: expected 'CONST_STRPTR' but argument is of type 'unsigned char *' misc_proc.c: In function 'misc_check_change': misc_proc.c:1326: warning: initialization makes integer from pointer without a cast misc_proc.c:1326: warning: initialization makes integer from pointer without a cast misc_proc.c:1326: warning: initialization makes integer from pointer without a cast misc_proc.c:1326: warning: initialization makes integer from pointer without a cast >>>>>Compiling dates.c dates.c: In function 'date_build_string': dates.c:35: warning: initialization makes integer from pointer without a cast dates.c:35: warning: initialization makes integer from pointer without a cast dates.c: In function 'date_string': dates.c:140: warning: initialization makes integer from pointer without a cast >>>>>Compiling links.c links.c: In function 'ReadSoftLink': links.c:44: warning: 'ReadLink' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:160) links.c:60: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) >>>>>Compiling path_routines.c >>>>>Compiling status_text.c >>>>>Compiling scripts.c scripts.c: In function 'RunScript_Node': scripts.c:254: warning: initialization makes integer from pointer without a cast scripts.c:293: warning: initialization makes integer from pointer without a cast scripts.c: In function 'InitSoundEvents': scripts.c:425: warning: initialization makes integer from pointer without a cast >>>>>Compiling buffers.c buffers.c: In function 'create_file_entry': buffers.c:211: warning: assignment from incompatible pointer type buffers.c: In function 'buffer_inactive': buffers.c:1168: warning: initialization makes integer from pointer without a cast buffers.c:1168: warning: initialization makes integer from pointer without a cast buffers.c:1168: warning: initialization makes integer from pointer without a cast buffers.c:1168: warning: initialization makes integer from pointer without a cast buffers.c: In function 'buffer_active': buffers.c:1184: warning: initialization makes integer from pointer without a cast buffers.c:1184: warning: initialization makes integer from pointer without a cast buffers.c:1184: warning: initialization makes integer from pointer without a cast buffers.c:1184: warning: initialization makes integer from pointer without a cast >>>>>Compiling buffers_util.c >>>>>Compiling buffers_sort.c buffers_sort.c: In function 'buffer_sort_reversesep': buffers_sort.c:718: warning: dereferencing pointer 'file_list.23' does break strict-aliasing rules buffers_sort.c:718: note: initialized from here buffers_sort.c:720: warning: dereferencing pointer 'dir_list.24' does break strict-aliasing rules buffers_sort.c:720: note: initialized from here buffers_sort.c:725: warning: dereferencing pointer 'dir_list.24' does break strict-aliasing rules buffers_sort.c:725: note: initialized from here buffers_sort.c:726: warning: dereferencing pointer 'file_list.23' does break strict-aliasing rules buffers_sort.c:726: note: initialized from here buffers_sort.c:733: warning: dereferencing pointer 'file_list.23' does break strict-aliasing rules buffers_sort.c:733: note: initialized from here buffers_sort.c:749: warning: dereferencing pointer 'file_list.23' does break strict-aliasing rules buffers_sort.c:749: note: initialized from here buffers_sort.c:756: warning: dereferencing pointer 'dir_list.24' does break strict-aliasing rules buffers_sort.c:756: note: initialized from here buffers_sort.c: In function 'buffer_sort_selected': buffers_sort.c:836: warning: dereferencing pointer 'temp.27' does break strict-aliasing rules buffers_sort.c:836: note: initialized from here >>>>>Compiling buffers_reselect.c >>>>>Compiling filetypes.c filetypes.c: In function 'filetype_default_list': filetypes.c:149: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'char *' but argument is of type 'unsigned char *' filetypes.c:157: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'char *' but argument is of type 'unsigned char *' filetypes.c:167: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'char *' but argument is of type 'unsigned char *' filetypes.c:176: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'char *' but argument is of type 'unsigned char *' filetypes.c:184: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'char *' but argument is of type 'unsigned char *' filetypes.c:194: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'char *' but argument is of type 'unsigned char *' filetypes.c:203: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'char *' but argument is of type 'unsigned char *' filetypes.c:304: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'char *' but argument is of type 'unsigned char *' filetypes.c:325: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'char *' but argument is of type 'unsigned char *' >>>>>Compiling filetypes_proc.c >>>>>Compiling search_data.c >>>>>Compiling lister.c lister.c: In function 'lister_new': lister.c:100: warning: assignment from incompatible pointer type lister.c: In function 'lister_smart_source': lister.c:609: warning: suggest parentheses around arithmetic in operand of '|' >>>>>Compiling lister_data.c >>>>>Compiling lister_proc.c lister_proc.c: In function 'lister_codePPC': lister_proc.c:133: warning: passing argument 3 of 'IDOpus->IPC_ProcStartup' from incompatible pointer type lister_proc.c:133: note: expected 'ULONG (*)(struct IPCData *, void *)' but argument is of type 'struct EmuTrap *' lister_proc.c:490: warning: cast from pointer to integer of different size lister_proc.c:1200: warning: initialization makes integer from pointer without a cast lister_proc.c:1592: warning: initialization makes integer from pointer without a cast lister_proc.c: In function 'lister_send_abort': lister_proc.c:1809: warning: initialization makes integer from pointer without a cast lister_proc.c:1809: warning: initialization makes integer from pointer without a cast lister_proc.c: In function 'lister_codePPC': lister_proc.c:206: warning: dereferencing pointer 'sniff_list.14' does break strict-aliasing rules lister_proc.c:206: note: initialized from here lister_proc.c:1636: warning: dereferencing pointer 'sniff_list.14' does break strict-aliasing rules lister_proc.c:1636: note: initialized from here >>>>>Compiling lister_idcmp.c lister_idcmp.c: In function 'lister_process_msg': lister_idcmp.c:1028: warning: initialization makes integer from pointer without a cast lister_idcmp.c:1028: warning: initialization makes integer from pointer without a cast lister_idcmp.c:1028: warning: initialization makes integer from pointer without a cast >>>>>Compiling lister_function.c lister_function.c: In function 'lister_do_function': lister_function.c:146: warning: initialization makes integer from pointer without a cast lister_function.c:146: warning: initialization makes integer from pointer without a cast lister_function.c:146: warning: initialization makes integer from pointer without a cast >>>>>Compiling lister_window.c lister_window.c: In function 'lister_open_window': lister_window.c:313: warning: initialization makes integer from pointer without a cast lister_window.c:338: warning: assignment from incompatible pointer type lister_window.c:406: warning: initialization makes integer from pointer without a cast lister_window.c: In function 'lister_close_window': lister_window.c:469: warning: initialization makes integer from pointer without a cast lister_window.c:536: warning: passing argument 2 of 'IIntuition->DisposeObject' from incompatible pointer type lister_window.c:536: note: expected 'Object *' but argument is of type 'struct Gadget *' lister_window.c: In function 'lister_set_gauge': lister_window.c:839: warning: passing argument 2 of 'IIntuition->DisposeObject' from incompatible pointer type lister_window.c:839: note: expected 'Object *' but argument is of type 'struct Gadget *' lister_window.c:872: warning: assignment from incompatible pointer type >>>>>Compiling lister_diskinfo.c >>>>>Compiling lister_display.c >>>>>Compiling lister_busy.c >>>>>Compiling lister_title.c lister_title.c: In function 'lister_show_status': lister_title.c:206: warning: pointer targets in passing argument 2 of 'IGraphics->BltTemplate' differ in signedness lister_title.c:206: note: expected 'PLANEPTR' but argument is of type 'char *' lister_title.c:218: warning: pointer targets in passing argument 2 of 'IGraphics->BltTemplate' differ in signedness lister_title.c:218: note: expected 'PLANEPTR' but argument is of type 'char *' >>>>>Compiling lister_activate.c >>>>>Compiling lister_buffers.c lister_buffers.c: In function 'lister_find_buffer': lister_buffers.c:147: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) lister_buffers.c: In function 'lister_check_old_buffer': lister_buffers.c:334: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) lister_buffers.c: In function 'lister_show_buffer': lister_buffers.c:433: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) lister_buffers.c: In function 'update_buffer_stamp': lister_buffers.c:503: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) >>>>>Compiling lister_dir.c lister_dir.c: In function 'lister_parent_popup': lister_dir.c:406: warning: initialization makes integer from pointer without a cast lister_dir.c:406: warning: initialization makes integer from pointer without a cast lister_dir.c:406: warning: initialization makes integer from pointer without a cast >>>>>Compiling lister_show.c >>>>>Compiling lister_toolbar.c lister_toolbar.c: In function 'lister_new_toolbar': lister_toolbar.c:719: warning: initialization makes integer from pointer without a cast >>>>>Compiling lister_drop.c lister_drop.c: In function 'lister_receive_drop': lister_drop.c:145: warning: suggest parentheses around comparison in operand of '&' >>>>>Compiling lister_icons.c lister_icons.c: In function 'lister_get_icons': lister_icons.c:183: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) >>>>>Compiling lister_progress.c lister_progress.c: In function 'lister_progress_on': lister_progress.c:46: warning: initialization makes integer from pointer without a cast lister_progress.c:46: warning: initialization makes integer from pointer without a cast lister_progress.c:46: warning: initialization makes integer from pointer without a cast lister_progress.c: In function 'lister_progress_info': lister_progress.c:103: warning: initialization makes integer from pointer without a cast lister_progress.c: In function 'lister_progress_title': lister_progress.c:112: warning: initialization makes integer from pointer without a cast >>>>>Compiling lister_clip.c >>>>>Compiling lister_menus.c lister_menus.c: In function 'lister_listerpopup': lister_menus.c:210: warning: passing argument 3 of 'IDOpus->PopUpNewHandle' from incompatible pointer type lister_menus.c:210: note: expected 'ULONG (*)(ULONG, void *, void *)' but argument is of type 'REF_CALLBACK' lister_menus.c:278: warning: initialization makes integer from pointer without a cast lister_menus.c:278: warning: initialization makes integer from pointer without a cast lister_menus.c:291: warning: implicit declaration of function 'popup_run_func' >>>>>Compiling lister_hotname.c lister_hotname.c: In function 'lister_add_hotname': lister_hotname.c:71: warning: assignment from incompatible pointer type lister_hotname.c: In function 'lister_rem_hotname': lister_hotname.c:123: warning: passing argument 2 of 'IIntuition->DisposeObject' from incompatible pointer type lister_hotname.c:123: note: expected 'Object *' but argument is of type 'struct Gadget *' >>>>>Compiling lister_edit.c lister_edit.c: In function 'lister_end_edit': lister_edit.c:188: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'const char *' but argument is of type 'UBYTE *' lister_edit.c:216: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'const char *' but argument is of type 'UBYTE *' lister_edit.c:340: warning: 'SetOwner' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:260) lister_edit.c:556: warning: initialization makes integer from pointer without a cast lister_edit.c:556: warning: initialization makes integer from pointer without a cast lister_edit.c:556: warning: initialization makes integer from pointer without a cast lister_edit.c:556: warning: initialization makes integer from pointer without a cast lister_edit.c:556: warning: initialization makes integer from pointer without a cast lister_edit.c: In function 'lister_edit_key': lister_edit.c:1125: warning: pointer targets in passing argument 4 of 'IDOpus->ConvertRawKey' differ in signedness lister_edit.c:1125: note: expected 'char *' but argument is of type 'unsigned char *' lister_edit.c: In function 'lister_edit_error': lister_edit.c:2072: warning: initialization makes integer from pointer without a cast >>>>>Compiling lister_ftp.c lister_ftp.c: In function 'lister_check_ftp': lister_ftp.c:107: warning: initialization makes integer from pointer without a cast >>>>>Compiling buttons.c >>>>>Compiling buttons_data.c >>>>>Compiling buttons_proc.c buttons_proc.c: In function 'buttons_codePPC': buttons_proc.c:91: warning: passing argument 3 of 'IDOpus->IPC_ProcStartup' from incompatible pointer type buttons_proc.c:91: note: expected 'ULONG (*)(struct IPCData *, void *)' but argument is of type 'struct EmuTrap *' buttons_proc.c:507: warning: cast from pointer to integer of different size buttons_proc.c:514: warning: cast from pointer to integer of different size >>>>>Compiling buttons_draw.c >>>>>Compiling buttons_window.c >>>>>Compiling buttons_display.c buttons_display.c: In function 'buttons_refresh': buttons_display.c:407: warning: passing argument 3 of 'IIntuition->GetAttr' from incompatible pointer type buttons_display.c:407: note: expected 'Object *' but argument is of type 'struct Gadget *' buttons_display.c:412: warning: passing argument 3 of 'IIntuition->GetAttr' from incompatible pointer type buttons_display.c:412: note: expected 'Object *' but argument is of type 'struct Gadget *' >>>>>Compiling buttons_idcmp.c buttons_idcmp.c: In function 'buttons_process_msg': buttons_idcmp.c:578: warning: cast to pointer from integer of different size buttons_idcmp.c:593: warning: cast to pointer from integer of different size >>>>>Compiling buttons_function.c >>>>>Compiling buttons_run.c >>>>>Compiling buttons_io.c buttons_io.c: In function 'buttons_load': buttons_io.c:158: warning: initialization makes integer from pointer without a cast buttons_io.c:158: warning: initialization makes integer from pointer without a cast buttons_io.c:158: warning: initialization makes integer from pointer without a cast buttons_io.c:158: warning: initialization makes integer from pointer without a cast buttons_io.c:158: warning: initialization makes integer from pointer without a cast buttons_io.c:158: warning: passing argument 5 of 'IDOpus->AsyncRequest' from incompatible pointer type buttons_io.c:158: note: expected 'ULONG (*)(ULONG, void *, void *)' but argument is of type 'void (*)(ULONG, struct Window *, struct Buttons *)' buttons_io.c: In function 'buttons_check_change': buttons_io.c:210: warning: initialization makes integer from pointer without a cast buttons_io.c:213: warning: initialization makes integer from pointer without a cast buttons_io.c:213: warning: initialization makes integer from pointer without a cast buttons_io.c:213: warning: initialization makes integer from pointer without a cast buttons_io.c:213: warning: initialization makes integer from pointer without a cast buttons_io.c:213: warning: initialization makes integer from pointer without a cast buttons_io.c:213: warning: passing argument 5 of 'IDOpus->AsyncRequest' from incompatible pointer type buttons_io.c:213: note: expected 'ULONG (*)(ULONG, void *, void *)' but argument is of type 'void (*)(ULONG, struct Window *, struct Buttons *)' buttons_io.c: In function 'buttons_request_file': buttons_io.c:271: warning: initialization makes integer from pointer without a cast buttons_io.c:271: warning: initialization makes integer from pointer without a cast buttons_io.c:271: warning: initialization makes integer from pointer without a cast buttons_io.c:271: warning: initialization makes integer from pointer without a cast buttons_io.c:271: warning: initialization makes integer from pointer without a cast buttons_io.c:271: warning: passing argument 5 of 'IDOpus->AsyncRequest' from incompatible pointer type buttons_io.c:271: note: expected 'ULONG (*)(ULONG, void *, void *)' but argument is of type 'void (*)(ULONG, struct Window *, struct Buttons *)' >>>>>Compiling buttons_edit.c buttons_edit.c: In function 'buttons_edit_key': buttons_edit.c:44: warning: cast to pointer from integer of different size buttons_edit.c:61: warning: cast to pointer from integer of different size buttons_edit.c: In function 'buttons_edit': buttons_edit.c:466: warning: cast to pointer from integer of different size >>>>>Compiling buttons_popup.c buttons_popup.c: In function 'buttons_button_popup': buttons_popup.c:58: warning: passing argument 3 of 'IDOpus->PopUpNewHandle' from incompatible pointer type buttons_popup.c:58: note: expected 'ULONG (*)(ULONG, void *, void *)' but argument is of type 'void (*)(ULONG, struct Window *, struct Buttons *)' buttons_popup.c: In function 'button_border_popup': buttons_popup.c:154: warning: passing argument 3 of 'IDOpus->PopUpNewHandle' from incompatible pointer type buttons_popup.c:154: note: expected 'ULONG (*)(ULONG, void *, void *)' but argument is of type 'void (*)(ULONG, struct Window *, struct Buttons *)' >>>>>Compiling start_menu.c start_menu.c: In function 'start_procPPC': start_menu.c:146: warning: passing argument 3 of 'IDOpus->IPC_ProcStartup' from incompatible pointer type start_menu.c:146: note: expected 'ULONG (*)(struct IPCData *, void *)' but argument is of type 'struct EmuTrap *' start_menu.c: In function 'start_change_label': start_menu.c:1339: warning: initialization makes integer from pointer without a cast start_menu.c:1339: warning: initialization makes integer from pointer without a cast start_menu.c:1339: warning: initialization makes integer from pointer without a cast start_menu.c:1339: warning: initialization makes integer from pointer without a cast start_menu.c: In function 'start_add_item': start_menu.c:1456: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) start_menu.c:1462: warning: initialization makes integer from pointer without a cast >>>>>Compiling dirlist_read.c >>>>>Compiling dirlist_scroll.c >>>>>Compiling dirlist_util.c >>>>>Compiling function_launch.c function_launch.c: In function 'function_launch_codePPC': function_launch.c:331: warning: passing argument 3 of 'IDOpus->IPC_ProcStartup' from incompatible pointer type function_launch.c:331: note: expected 'ULONG (*)(struct IPCData *, void *)' but argument is of type 'struct EmuTrap *' >>>>>Compiling function_paths.c >>>>>Compiling function_readdir.c function_readdir.c: In function 'read_dir': function_readdir.c:378: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_readdir.c:420: warning: 'ExNext' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:96) function_readdir.c: In function 'network_get_info': function_readdir.c:543: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'const char *' but argument is of type 'UBYTE *' function_readdir.c:546: warning: pointer targets in passing argument 2 of 'stccpy' differ in signedness amiga.h:100: note: expected 'const char *' but argument is of type 'UBYTE *' function_readdir.c:591: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'const char *' but argument is of type 'UBYTE *' function_readdir.c:594: warning: pointer targets in passing argument 2 of 'stccpy' differ in signedness amiga.h:100: note: expected 'const char *' but argument is of type 'UBYTE *' >>>>>Compiling function_run.c function_run.c: In function 'function_check_single': function_run.c:581: warning: suggest parentheses around '&&' within '||' >>>>>Compiling function_parse.c function_parse.c: In function 'function_parse_function': function_parse.c:137: warning: pointer targets in passing argument 3 of 'function_parse_instruction' differ in signedness function_launch.h:430: note: expected 'unsigned char *' but argument is of type 'char *' function_parse.c:150: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:31: note: expected 'char *' but argument is of type 'unsigned char *' function_parse.c:156: warning: pointer targets in passing argument 3 of 'IDOpus->ParseArgs' differ in signedness function_parse.c:156: note: expected 'char *' but argument is of type 'unsigned char *' function_parse.c: In function 'function_build_instruction': function_parse.c:694: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/local/amiga/ppc-amigaos/SDK/newlib/include/string.h:34: note: expected 'const char *' but argument is of type 'unsigned char *' function_parse.c:1032: warning: initialization makes integer from pointer without a cast function_parse.c:1038: warning: initialization makes integer from pointer without a cast function_parse.c:1044: warning: initialization makes integer from pointer without a cast function_parse.c:1050: warning: initialization makes integer from pointer without a cast function_parse.c: In function 'func_requester': function_parse.c:1496: warning: initialization makes integer from pointer without a cast function_parse.c:1496: warning: initialization makes integer from pointer without a cast function_parse.c:1496: warning: initialization makes integer from pointer without a cast function_parse.c:1496: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[6]' >>>>>Compiling function_internal.c function_internal.c: In function 'function_internal_command': function_internal.c:116: warning: initialization makes integer from pointer without a cast function_internal.c:116: warning: initialization makes integer from pointer without a cast function_internal.c:116: warning: initialization makes integer from pointer without a cast function_internal.c:116: warning: initialization makes integer from pointer without a cast function_internal.c:116: warning: initialization makes integer from pointer without a cast function_internal.c:116: warning: initialization makes integer from pointer without a cast function_internal.c:116: warning: initialization makes integer from pointer without a cast function_internal.c:116: warning: initialization makes integer from pointer without a cast function_internal.c:166: warning: initialization makes integer from pointer without a cast function_internal.c:166: warning: initialization makes integer from pointer without a cast function_internal.c:166: warning: initialization makes integer from pointer without a cast function_internal.c:166: warning: initialization makes integer from pointer without a cast function_internal.c:166: warning: initialization makes integer from pointer without a cast function_internal.c:166: warning: initialization makes integer from pointer without a cast >>>>>Compiling function_external.c >>>>>Compiling function_script.c function_script.c: In function 'function_write_script': function_script.c:119: warning: passing argument 3 of 'IDOpus->WriteBuf' discards qualifiers from pointer target type function_script.c:119: note: expected 'char *' but argument is of type 'const char * const' function_script.c: In function 'function_close_script': function_script.c:156: warning: initialization makes integer from pointer without a cast function_script.c:208: warning: assignment discards qualifiers from pointer target type function_script.c:232: warning: initialization makes integer from pointer without a cast >>>>>Compiling function_support.c function_support.c: In function 'check_file_destination': function_support.c:80: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_support.c:106: warning: initialization makes integer from pointer without a cast function_support.c:106: warning: initialization makes integer from pointer without a cast function_support.c:106: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[4]' function_support.c:121: warning: initialization makes integer from pointer without a cast function_support.c:126: warning: initialization makes integer from pointer without a cast function_support.c:126: warning: initialization makes integer from pointer without a cast function_support.c:126: warning: initialization makes integer from pointer without a cast function_support.c:126: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[5]' function_support.c:163: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_support.c:218: warning: initialization makes integer from pointer without a cast function_support.c:223: warning: initialization makes integer from pointer without a cast function_support.c:223: warning: initialization makes integer from pointer without a cast function_support.c:223: warning: initialization makes integer from pointer without a cast function_support.c:223: warning: initialization makes integer from pointer without a cast function_support.c:223: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[6]' function_support.c: In function 'function_error': function_support.c:291: warning: initialization makes integer from pointer without a cast function_support.c:291: warning: initialization makes integer from pointer without a cast function_support.c:291: warning: initialization makes integer from pointer without a cast function_support.c:298: warning: initialization makes integer from pointer without a cast function_support.c:298: warning: pointer type mismatch in conditional expression function_support.c:298: warning: initialization makes integer from pointer without a cast function_support.c:298: warning: initialization makes integer from pointer without a cast function_support.c:298: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[5]' function_support.c: In function 'function_build_info': function_support.c:596: warning: initialization makes integer from pointer without a cast function_support.c:596: warning: initialization makes integer from pointer without a cast function_support.c:606: warning: initialization makes integer from pointer without a cast >>>>>Compiling function_filechange.c function_filechange.c: In function 'function_filechange_loadfile': function_filechange.c:204: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_filechange.c: In function 'function_filechange_do': function_filechange.c:536: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) >>>>>Compiling function_filetype.c >>>>>Compiling function_files.c function_files.c: In function 'function_build_list': function_files.c:252: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_files.c: In function 'function_check_filter': function_files.c:1147: warning: initialization makes integer from pointer without a cast function_files.c:1147: warning: initialization makes integer from pointer without a cast function_files.c:1147: warning: initialization makes integer from pointer without a cast function_files.c:1147: warning: initialization makes integer from pointer without a cast function_files.c:1147: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[7]' >>>>>Compiling function_all.c >>>>>Compiling function_none.c >>>>>Compiling function_toggle.c >>>>>Compiling function_copy.c function_copy.c: In function 'function_copy': function_copy.c:206: warning: initialization makes integer from pointer without a cast function_copy.c:206: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[3]' function_copy.c:360: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_copy.c:367: warning: initialization makes integer from pointer without a cast function_copy.c:395: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_copy.c:487: warning: initialization makes integer from pointer without a cast function_copy.c:487: warning: initialization makes integer from pointer without a cast function_copy.c:487: warning: initialization makes integer from pointer without a cast function_copy.c:487: warning: initialization makes integer from pointer without a cast function_copy.c:487: warning: initialization makes integer from pointer without a cast function_copy.c:487: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[9]' function_copy.c:586: warning: initialization makes integer from pointer without a cast function_copy.c:586: warning: initialization makes integer from pointer without a cast function_copy.c:586: warning: initialization makes integer from pointer without a cast function_copy.c:586: warning: initialization makes integer from pointer without a cast function_copy.c:586: warning: initialization makes integer from pointer without a cast function_copy.c:586: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[8]' function_copy.c:710: warning: initialization makes integer from pointer without a cast function_copy.c:710: warning: initialization makes integer from pointer without a cast function_copy.c:710: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[4]' function_copy.c:777: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_copy.c:822: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_copy.c:1041: warning: initialization makes integer from pointer without a cast function_copy.c:1046: warning: initialization makes integer from pointer without a cast function_copy.c:1046: warning: initialization makes integer from pointer without a cast function_copy.c:1046: warning: initialization makes integer from pointer without a cast function_copy.c:1046: warning: initialization makes integer from pointer without a cast function_copy.c:1046: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[6]' function_copy.c: In function 'function_copy_file': function_copy.c:1152: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_copy.c:1242: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_copy.c:1264: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_copy.c:1411: warning: passing argument 2 of 'ITimer->GetSysTime' from incompatible pointer type function_copy.c:1411: note: expected 'struct TimeVal *' but argument is of type 'struct timeval *' function_copy.c:1479: warning: passing argument 2 of 'ITimer->GetSysTime' from incompatible pointer type function_copy.c:1479: note: expected 'struct TimeVal *' but argument is of type 'struct timeval *' function_copy.c:1482: warning: passing argument 2 of 'ITimer->SubTime' from incompatible pointer type function_copy.c:1482: note: expected 'struct TimeVal *' but argument is of type 'struct timeval *' function_copy.c:1482: warning: passing argument 3 of 'ITimer->SubTime' from incompatible pointer type function_copy.c:1482: note: expected 'const struct TimeVal *' but argument is of type 'struct timeval *' function_copy.c:1521: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) >>>>>Compiling function_delete.c function_delete.c: In function 'function_delete': function_delete.c:143: warning: initialization makes integer from pointer without a cast function_delete.c:143: warning: initialization makes integer from pointer without a cast function_delete.c:143: warning: initialization makes integer from pointer without a cast function_delete.c:143: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[5]' function_delete.c:264: warning: initialization makes integer from pointer without a cast function_delete.c:277: warning: initialization makes integer from pointer without a cast function_delete.c:290: warning: initialization makes integer from pointer without a cast function_delete.c:290: warning: initialization makes integer from pointer without a cast function_delete.c:290: warning: initialization makes integer from pointer without a cast function_delete.c:290: warning: initialization makes integer from pointer without a cast function_delete.c:290: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[6]' function_delete.c:383: warning: initialization makes integer from pointer without a cast function_delete.c:388: warning: initialization makes integer from pointer without a cast function_delete.c:388: warning: initialization makes integer from pointer without a cast function_delete.c:388: warning: initialization makes integer from pointer without a cast function_delete.c:388: warning: initialization makes integer from pointer without a cast function_delete.c:388: warning: initialization makes integer from pointer without a cast function_delete.c:388: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[7]' >>>>>Compiling function_makedir.c function_makedir.c: In function 'function_makedir': function_makedir.c:112: warning: initialization makes integer from pointer without a cast function_makedir.c:112: warning: initialization makes integer from pointer without a cast function_makedir.c:112: warning: initialization makes integer from pointer without a cast function_makedir.c:112: warning: initialization makes integer from pointer without a cast function_makedir.c:112: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[7]' function_makedir.c:164: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) >>>>>Compiling function_rename.c function_rename.c: In function 'function_rename': function_rename.c:119: warning: initialization makes integer from pointer without a cast function_rename.c:119: warning: initialization makes integer from pointer without a cast function_rename.c:119: warning: initialization makes integer from pointer without a cast function_rename.c:119: warning: initialization makes integer from pointer without a cast function_rename.c:119: warning: initialization makes integer from pointer without a cast function_rename.c:119: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[9]' function_rename.c:261: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) >>>>>Compiling function_stopsniff.c >>>>>Compiling function_select.c function_select.c: In function 'function_select_simple': function_select.c:197: warning: initialization makes integer from pointer without a cast function_select.c:197: warning: initialization makes integer from pointer without a cast function_select.c:197: warning: initialization makes integer from pointer without a cast function_select.c:197: warning: initialization makes integer from pointer without a cast function_select.c:197: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[7]' >>>>>Compiling function_select_data.c >>>>>Compiling function_devicelist.c function_devicelist.c: In function 'function_devicelist': function_devicelist.c:502: warning: initialization makes integer from pointer without a cast function_devicelist.c:502: warning: initialization makes integer from pointer without a cast function_devicelist.c:502: warning: initialization makes integer from pointer without a cast function_devicelist.c:514: warning: initialization makes integer from pointer without a cast function_devicelist.c:521: warning: initialization makes integer from pointer without a cast function_devicelist.c:557: warning: initialization makes integer from pointer without a cast function_devicelist.c:566: warning: initialization makes integer from pointer without a cast function_devicelist.c:566: warning: initialization makes integer from pointer without a cast function_devicelist.c:566: warning: initialization makes integer from pointer without a cast function_devicelist.c:566: warning: initialization makes integer from pointer without a cast function_devicelist.c:566: warning: initialization makes integer from pointer without a cast function_devicelist.c:566: warning: initialization makes integer from pointer without a cast function_devicelist.c:580: warning: initialization makes integer from pointer without a cast function_devicelist.c:580: warning: initialization makes integer from pointer without a cast function_devicelist.c:603: warning: initialization makes integer from pointer without a cast function_devicelist.c:611: warning: initialization makes integer from pointer without a cast >>>>>Compiling function_change.c function_change.c: In function 'function_change': function_change.c:184: warning: initialization makes integer from pointer without a cast function_change.c:184: warning: initialization makes integer from pointer without a cast function_change.c:184: warning: initialization makes integer from pointer without a cast function_change.c:184: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[5]' function_change.c: In function 'function_change_get_comment': function_change.c:520: warning: initialization makes integer from pointer without a cast function_change.c:521: warning: initialization makes integer from pointer without a cast function_change.c:521: warning: initialization makes integer from pointer without a cast function_change.c:521: warning: initialization makes integer from pointer without a cast function_change.c:521: warning: initialization makes integer from pointer without a cast function_change.c:521: warning: initialization makes integer from pointer without a cast function_change.c:521: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[8]' function_change.c: In function 'function_change_get_date': function_change.c:797: warning: initialization makes integer from pointer without a cast function_change.c:806: warning: initialization makes integer from pointer without a cast function_change.c:806: warning: initialization makes integer from pointer without a cast function_change.c:806: warning: initialization makes integer from pointer without a cast function_change.c:806: warning: initialization makes integer from pointer without a cast function_change.c:806: warning: initialization makes integer from pointer without a cast function_change.c:806: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[8]' function_change.c:839: warning: initialization makes integer from pointer without a cast function_change.c:839: warning: initialization makes integer from pointer without a cast function_change.c:839: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[4]' >>>>>Compiling function_change_data.c >>>>>Compiling function_scandir.c >>>>>Compiling function_clearbuffers.c >>>>>Compiling function_show.c function_show.c: In function 'function_show': function_show.c:64: warning: initialization makes integer from pointer without a cast function_show.c:70: warning: initialization makes integer from pointer without a cast function_show.c:70: warning: initialization makes integer from pointer without a cast function_show.c:70: warning: initialization makes integer from pointer without a cast function_show.c:70: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[5]' >>>>>Compiling function_disk.c >>>>>Compiling function_loadbuttons.c >>>>>Compiling function_loadenvironment.c function_loadenvironment.c: In function 'function_loadenvironment': function_loadenvironment.c:48: warning: initialization makes integer from pointer without a cast >>>>>Compiling function_loadfonts.c function_loadfonts.c: In function 'function_loadfonts': function_loadfonts.c:115: warning: initialization makes integer from pointer without a cast >>>>>Compiling function_leaveout.c >>>>>Compiling function_runprog.c function_runprog.c: In function 'function_runprog': function_runprog.c:78: warning: initialization makes integer from pointer without a cast function_runprog.c:84: warning: initialization makes integer from pointer without a cast function_runprog.c:115: warning: initialization makes integer from pointer without a cast function_runprog.c:115: warning: initialization makes integer from pointer without a cast function_runprog.c:115: warning: initialization makes integer from pointer without a cast function_runprog.c:124: warning: initialization makes integer from pointer without a cast function_runprog.c:129: warning: initialization makes integer from pointer without a cast function_runprog.c:129: warning: initialization makes integer from pointer without a cast function_runprog.c:129: warning: initialization makes integer from pointer without a cast function_runprog.c:129: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[6]' function_runprog.c:156: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) >>>>>Compiling function_addicon.c function_addicon.c: In function 'function_addicon': function_addicon.c:179: warning: initialization makes integer from pointer without a cast function_addicon.c:184: warning: initialization makes integer from pointer without a cast function_addicon.c:184: warning: initialization makes integer from pointer without a cast function_addicon.c:184: warning: initialization makes integer from pointer without a cast function_addicon.c:184: warning: initialization makes integer from pointer without a cast function_addicon.c:184: warning: initialization makes integer from pointer without a cast function_addicon.c:184: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[7]' >>>>>Compiling function_search.c function_search.c: In function 'function_search': function_search.c:79: warning: initialization makes integer from pointer without a cast function_search.c:79: warning: initialization makes integer from pointer without a cast function_search.c:79: warning: initialization makes integer from pointer without a cast function_search.c:79: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[5]' function_search.c:148: warning: initialization makes integer from pointer without a cast function_search.c:166: warning: pointer targets in passing argument 3 of 'IDOpus->SearchFile' differ in signedness function_search.c:166: note: expected 'UBYTE *' but argument is of type 'char *' function_search.c:198: warning: initialization makes integer from pointer without a cast function_search.c:206: warning: initialization makes integer from pointer without a cast function_search.c:206: warning: initialization makes integer from pointer without a cast function_search.c:206: warning: initialization makes integer from pointer without a cast function_search.c:206: warning: initialization makes integer from pointer without a cast function_search.c:206: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[6]' >>>>>Compiling function_getsizes.c function_getsizes.c: In function 'function_getsizes': function_getsizes.c:267: warning: initialization makes integer from pointer without a cast function_getsizes.c:267: warning: initialization makes integer from pointer without a cast function_getsizes.c:275: warning: initialization makes integer from pointer without a cast function_getsizes.c:302: warning: initialization makes integer from pointer without a cast function_getsizes.c:302: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[3]' >>>>>Compiling function_hunt.c function_hunt.c: In function 'function_hunt': function_hunt.c:59: warning: initialization makes integer from pointer without a cast function_hunt.c:59: warning: initialization makes integer from pointer without a cast function_hunt.c:59: warning: initialization makes integer from pointer without a cast function_hunt.c:59: warning: initialization makes integer from pointer without a cast function_hunt.c:59: warning: initialization makes integer from pointer without a cast function_hunt.c:59: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[8]' function_hunt.c:155: warning: initialization makes integer from pointer without a cast function_hunt.c:155: warning: initialization makes integer from pointer without a cast function_hunt.c:161: warning: initialization makes integer from pointer without a cast function_hunt.c:161: warning: initialization makes integer from pointer without a cast function_hunt.c:161: warning: initialization makes integer from pointer without a cast function_hunt.c:161: warning: initialization makes integer from pointer without a cast function_hunt.c:161: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[6]' >>>>>Compiling function_parent.c >>>>>Compiling function_user.c function_user.c: In function 'function_user': function_user.c:177: warning: initialization makes integer from pointer without a cast function_user.c:177: warning: initialization makes integer from pointer without a cast function_user.c:177: warning: initialization makes integer from pointer without a cast function_user.c:177: warning: initialization makes integer from pointer without a cast function_user.c:177: warning: initialization makes integer from pointer without a cast >>>>>Compiling function_verify.c function_verify.c: In function 'function_verify': function_verify.c:35: warning: initialization makes integer from pointer without a cast function_verify.c:35: warning: initialization makes integer from pointer without a cast function_verify.c:35: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[4]' >>>>>Compiling function_cli.c function_cli.c: In function 'function_cli': function_cli.c:62: warning: initialization makes integer from pointer without a cast function_cli.c:62: warning: initialization makes integer from pointer without a cast function_cli.c:181: warning: initialization makes integer from pointer without a cast function_cli.c:181: warning: initialization makes integer from pointer without a cast function_cli.c:249: warning: initialization makes integer from pointer without a cast function_cli.c:313: warning: initialization makes integer from pointer without a cast >>>>>Compiling function_printdir.c function_printdir.c: In function 'function_printdir': function_printdir.c:41: warning: initialization makes integer from pointer without a cast function_printdir.c:91: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) function_printdir.c:94: warning: 'ExNext' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:96) function_printdir.c:110: warning: initialization makes integer from pointer without a cast function_printdir.c:110: warning: initialization makes integer from pointer without a cast function_printdir.c:110: warning: initialization makes integer from pointer without a cast function_printdir.c:110: warning: initialization makes integer from pointer without a cast >>>>>Compiling function_set.c >>>>>Compiling function_closebuttons.c >>>>>Compiling function_special.c >>>>>Compiling function_reselect.c >>>>>Compiling function_assign.c function_assign.c: In function 'function_assign': function_assign.c:52: warning: initialization makes integer from pointer without a cast function_assign.c:58: warning: initialization makes integer from pointer without a cast function_assign.c:58: warning: initialization makes integer from pointer without a cast function_assign.c:58: warning: initialization makes integer from pointer without a cast function_assign.c:58: warning: initialization makes integer from pointer without a cast function_assign.c:58: warning: initialization makes integer from pointer without a cast function_assign.c:58: warning: initialization makes integer from pointer without a cast function_assign.c:58: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[9]' >>>>>Compiling function_configure.c >>>>>Compiling function_setbackground.c function_setbackground.c: In function 'function_setbackground': function_setbackground.c:140: warning: initialization makes integer from pointer without a cast function_setbackground.c:140: warning: initialization makes integer from pointer without a cast function_setbackground.c:140: warning: passing argument 3 of 'function_request_args' from incompatible pointer type function_launch.h:468: note: expected 'ULONG *' but argument is of type 'ULONG (*)[4]' >>>>>Compiling function_runcommand.c >>>>>Compiling function_reset.c >>>>>Compiling clock_task.c clock_task.c: In function 'clock_procPPC': clock_task.c:386: warning: passing argument 5 of 'IDOpus->DivideU' from incompatible pointer type clock_task.c:386: note: expected 'struct Library *' but argument is of type 'struct UtilityBase *' clock_task.c:402: warning: initialization makes integer from pointer without a cast clock_task.c:414: warning: initialization makes integer from pointer without a cast clock_task.c:473: warning: pointer targets in passing argument 3 of 'IIntuition->SetWindowTitles' differ in signedness clock_task.c:473: note: expected 'CONST_STRPTR' but argument is of type 'UBYTE *' clock_task.c: In function 'clock_show_memory': clock_task.c:606: warning: initialization makes integer from pointer without a cast >>>>>Compiling environment.c environment.c: In function 'environment_open': environment.c:280: warning: cast to pointer from integer of different size environment.c: In function 'environment_procPPC': environment.c:784: warning: initialization makes integer from pointer without a cast environment.c:784: warning: initialization makes integer from pointer without a cast environment.c:827: warning: cast to pointer from integer of different size environment.c:934: warning: initialization makes integer from pointer without a cast environment.c:934: warning: initialization makes integer from pointer without a cast environment.c:934: warning: initialization makes integer from pointer without a cast environment.c:934: warning: initialization makes integer from pointer without a cast >>>>>Compiling app_msg.c app_msg.c: In function 'alloc_appmsg_files': app_msg.c:50: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) >>>>>Compiling icons.c icons.c: In function 'icon_write': icons.c:139: warning: pointer targets in passing argument 2 of 'INewIcon->GetNewDiskObject' differ in signedness icons.c:139: note: expected 'UBYTE *' but argument is of type 'char *' icons.c:184: warning: pointer targets in passing argument 2 of 'INewIcon->PutNewDiskObject' differ in signedness icons.c:184: note: expected 'UBYTE *' but argument is of type 'char *' >>>>>Compiling icon_function.c >>>>>Compiling file_select.c file_select.c: In function 'select_rmb_scroll': file_select.c:1375: warning: initialization makes integer from pointer without a cast file_select.c:1375: warning: initialization makes integer from pointer without a cast file_select.c:1375: warning: initialization makes integer from pointer without a cast file_select.c:1375: warning: initialization makes integer from pointer without a cast file_select.c:1499: warning: initialization makes integer from pointer without a cast file_select.c:1499: warning: initialization makes integer from pointer without a cast file_select.c:1504: warning: initialization makes integer from pointer without a cast file_select.c:1504: warning: initialization makes integer from pointer without a cast file_select.c:1524: warning: initialization makes integer from pointer without a cast file_select.c: In function 'file_doubleclick': file_select.c:1692: warning: initialization makes integer from pointer without a cast file_select.c:1692: warning: initialization makes integer from pointer without a cast file_select.c:1692: warning: initialization makes integer from pointer without a cast file_select.c:1776: warning: initialization makes integer from pointer without a cast file_select.c:1818: warning: initialization makes integer from pointer without a cast file_select.c:1818: warning: initialization makes integer from pointer without a cast file_select.c:1818: warning: initialization makes integer from pointer without a cast file_select.c:1864: warning: initialization makes integer from pointer without a cast file_select.c: In function 'file_run_function': file_select.c:2646: warning: initialization makes integer from pointer without a cast >>>>>Compiling file_openwith.c file_openwith.c: In function 'file_open_with': file_openwith.c:73: warning: initialization makes integer from pointer without a cast file_openwith.c: In function 'file_launch': file_openwith.c:134: warning: initialization makes integer from pointer without a cast file_openwith.c:134: warning: initialization makes integer from pointer without a cast file_openwith.c:134: warning: initialization makes integer from pointer without a cast >>>>>Compiling window_activate.c >>>>>Compiling cleanup.c In file included from ../Include/proto/multiuser.h:31, from cleanup.c:28: ../Include/interfaces/multiuser.h:63: warning: 'struct muMonitor' declared inside parameter list ../Include/interfaces/multiuser.h:63: warning: its scope is only this definition or declaration, which is probably not what you want ../Include/interfaces/multiuser.h:64: warning: 'struct muMonitor' declared inside parameter list cleanup.c: In function 'quit': cleanup.c:276: warning: passing argument 2 of 'IExec->CloseLibrary' from incompatible pointer type cleanup.c:276: note: expected 'struct Library *' but argument is of type 'struct UtilityBase *' cleanup.c: In function 'quit_notify': cleanup.c:375: warning: initialization makes integer from pointer without a cast >>>>>Compiling tile.c >>>>>Compiling display.c display.c: In function 'display_open': display.c:154: warning: initialization makes integer from pointer without a cast display.c: In function 'close_display': display.c:664: warning: initialization makes integer from pointer without a cast >>>>>Compiling display_pattern.c display_pattern.c: In function 'display_get_pattern': display_pattern.c:171: warning: 'Seek' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:89) display_pattern.c:338: warning: suggest parentheses around '&&' within '||' display_pattern.c:346: warning: suggest parentheses around '&&' within '||' >>>>>Compiling rexx_proc.c rexx_proc.c: In function 'rexx_procPPC': rexx_proc.c:95: warning: passing argument 3 of 'IDOpus->IPC_ProcStartup' from incompatible pointer type rexx_proc.c:95: note: expected 'ULONG (*)(struct IPCData *, void *)' but argument is of type 'struct EmuTrap *' rexx_proc.c: In function 'rexx_send_rxmsg_args': rexx_proc.c:856: warning: initialization makes integer from pointer without a cast rexx_proc.c: In function 'rexx_read_file': rexx_proc.c:574: warning: 'dims.Height' may be used uninitialized in this function rexx_proc.c:574: warning: 'dims.Width' may be used uninitialized in this function rexx_proc.c:574: warning: 'dims.Top' may be used uninitialized in this function rexx_proc.c:574: warning: 'dims.Left' may be used uninitialized in this function >>>>>Compiling rexx_lister.c rexx_lister.c: In function 'rexx_lister_new': rexx_lister.c:244: warning: initialization makes integer from pointer without a cast rexx_lister.c: In function 'rexx_lister_cmd': rexx_lister.c:519: warning: initialization makes integer from pointer without a cast rexx_lister.c:712: warning: initialization makes integer from pointer without a cast rexx_lister.c:717: warning: initialization makes integer from pointer without a cast rexx_lister.c: In function 'rexx_lister_entry_info': rexx_lister.c:1922: warning: initialization makes integer from pointer without a cast rexx_lister.c:1922: warning: initialization makes integer from pointer without a cast rexx_lister.c: In function 'rexx_lister_get_current': rexx_lister.c:2065: warning: initialization makes integer from pointer without a cast rexx_lister.c: In function 'rexx_lister_newprogress': rexx_lister.c:2399: warning: initialization makes integer from pointer without a cast rexx_lister.c:2446: warning: initialization makes integer from pointer without a cast rexx_lister.c:2479: warning: initialization makes integer from pointer without a cast >>>>>Compiling rexx_files.c rexx_files.c: In function 'rexx_custom_app_msg': rexx_files.c:41: warning: initialization makes integer from pointer without a cast rexx_files.c:41: warning: initialization makes integer from pointer without a cast rexx_files.c:41: warning: initialization makes integer from pointer without a cast rexx_files.c:41: warning: initialization makes integer from pointer without a cast rexx_files.c:41: warning: initialization makes integer from pointer without a cast rexx_files.c: In function 'rexx_lister_reload_file': rexx_files.c:654: warning: 'Examine' is deprecated (declared at /usr/local/amiga/ppc-amigaos/SDK/include/include_h/interfaces/dos.h:95) rexx_files.c:677: warning: passing argument 3 of 'create_file_entry' from incompatible pointer type buffers.h:44: note: expected 'char *' but argument is of type 'TEXT (*)[108]' rexx_files.c:677: warning: passing argument 7 of 'create_file_entry' from incompatible pointer type buffers.h:44: note: expected 'char *' but argument is of type 'TEXT (*)[80]' >>>>>Compiling rexx_util.c rexx_util.c: In function 'rexx_set_var': rexx_util.c:278: warning: initialization makes integer from pointer without a cast rexx_util.c:278: warning: initialization makes integer from pointer without a cast rexx_util.c: In function 'rexx_get_var': rexx_util.c:302: warning: initialization makes integer from pointer without a cast rexx_util.c:302: warning: initialization makes integer from pointer without a cast >>>>>Compiling rexx_data.c >>>>>Compiling rexx_traps.c >>>>>Compiling rexx_apps.c rexx_apps.c: In function 'rexx_send_appmsg': rexx_apps.c:451: warning: initialization makes integer from pointer without a cast rexx_apps.c:451: warning: initialization makes integer from pointer without a cast rexx_apps.c:451: warning: initialization makes integer from pointer without a cast >>>>>Compiling rexx_handler.c >>>>>Compiling rexx_cmd.c >>>>>Compiling rexx_dopus.c rexx_dopus.c: In function 'rexx_dopus_cmd': rexx_dopus.c:224: warning: initialization makes integer from pointer without a cast rexx_dopus.c:278: warning: passing argument 1 of 'rexx_add_appicon' from incompatible pointer type rexx.h:408: note: expected 'char *' but argument is of type 'ULONG *' rexx_dopus.c:345: warning: initialization makes integer from pointer without a cast rexx_dopus.c:390: warning: passing argument 1 of 'HookMatchDesktop' from incompatible pointer type callback.h:215: note: expected 'char *' but argument is of type 'ULONG *' rexx_dopus.c:615: warning: assignment discards qualifiers from pointer target type rexx_dopus.c:616: warning: assignment discards qualifiers from pointer target type rexx_dopus.c:798: warning: initialization makes integer from pointer without a cast rexx_dopus.c:798: warning: initialization makes integer from pointer without a cast rexx_dopus.c:798: warning: initialization makes integer from pointer without a cast rexx_dopus.c:798: warning: initialization makes integer from pointer without a cast rexx_dopus.c:798: warning: initialization makes integer from pointer without a cast rexx_dopus.c:832: warning: initialization makes integer from pointer without a cast rexx_dopus.c:971: warning: initialization makes integer from pointer without a cast rexx_dopus.c:1011: warning: cast to pointer from integer of different size >>>>>Compiling dos_notify.c >>>>>Compiling replace.c replace.c: In function 'SmartAskReplace': replace.c:98: warning: initialization makes integer from pointer without a cast replace.c:98: warning: initialization makes integer from pointer without a cast replace.c:98: warning: initialization makes integer from pointer without a cast replace.c:107: warning: initialization makes integer from pointer without a cast replace.c:123: warning: initialization makes integer from pointer without a cast replace.c:199: warning: initialization makes integer from pointer without a cast replace.c:199: warning: initialization makes integer from pointer without a cast replace.c:199: warning: initialization makes integer from pointer without a cast replace.c:199: warning: initialization makes integer from pointer without a cast replace.c:199: warning: initialization makes integer from pointer without a cast replace.c:210: warning: initialization makes integer from pointer without a cast replace.c:239: warning: initialization makes integer from pointer without a cast replace.c:244: warning: initialization makes integer from pointer without a cast replace.c:248: warning: initialization makes integer from pointer without a cast replace.c:279: warning: initialization makes integer from pointer without a cast replace.c:279: warning: initialization makes integer from pointer without a cast replace.c:279: warning: initialization makes integer from pointer without a cast replace.c:279: warning: initialization makes integer from pointer without a cast replace.c:279: warning: initialization makes integer from pointer without a cast replace.c:279: warning: initialization makes integer from pointer without a cast replace.c:279: warning: initialization makes integer from pointer without a cast replace.c:279: warning: initialization makes integer from pointer without a cast replace.c:279: warning: initialization makes integer from pointer without a cast >>>>>Compiling position.c position.c: In function 'PositionUpdate': position.c:507: warning: initialization makes integer from pointer without a cast position.c:507: warning: initialization makes integer from pointer without a cast position.c: In function 'PositionRemove': position.c:764: warning: initialization makes integer from pointer without a cast position.c:764: warning: initialization makes integer from pointer without a cast >>>>>Compiling callback_main.c callback_main.c: In function 'HookRexxCommand': callback_main.c:144: warning: pointer targets in passing argument 3 of 'IDOpus->BuildRexxMsgEx' differ in signedness callback_main.c:144: note: expected 'UBYTE *' but argument is of type 'char *' callback_main.c:144: warning: pointer targets in passing argument 4 of 'IDOpus->BuildRexxMsgEx' differ in signedness callback_main.c:144: note: expected 'UBYTE *' but argument is of type 'STRPTR' >>>>>Compiling callback_dir.c >>>>>Compiling callback_help.c >>>>>Compiling callback_lister.c callback_lister.c: In function 'HookSendCommand': callback_lister.c:618: warning: initialization makes integer from pointer without a cast >>>>>Compiling serial.c serial.c: In function 'show_about': serial.c:48: warning: passing argument 3 of 'IDOpus->Att_NewNode' discards qualifiers from pointer target type serial.c:48: note: expected 'char *' but argument is of type 'const char *' serial.c:49: warning: passing argument 3 of 'IDOpus->Att_NewNode' discards qualifiers from pointer target type serial.c:49: note: expected 'char *' but argument is of type 'const char *' serial.c:131: warning: initialization makes integer from pointer without a cast serial.c:131: warning: initialization makes integer from pointer without a cast >>>>>Compiling lsprintf.c ppc-amigaos-gcc amiga.o data.o version.o string_data.o function_data.o menu_data.o moon_data.o palette_routines.o pattern.o key_press.o key_finder_data.o main.o commands.o menus.o popup.o popup_build.o iconpos.o cx.o wb.o text.o help.o eliza.o event_loop.o main_reset.o backdrop.o backdrop_render.o backdrop_idcmp.o back drop_buttons.o backdrop_utils.o backdrop_arrange.o backdrop_position.o backdrop_open.o backdrop_drag.o backdrop_groups.o backdrop_notify.o backdrop_appicon.o ba ckdrop_devices.o backdrop_snapshot.o backdrop_popup.o backdrop_format.o backdrop_select.o backdrop_info.o backdrop_leftout.o backdrop_replace.o desktop.o deskto p_delete.o desktop_drop.o desktop_rename.o desktop_folder.o groups_new.o toolbar.o requesters.o notify.o graphics.o misc.o misc_proc.o dates.o links.o path_rout ines.o status_text.o scripts.o buffers.o buffers_util.o buffers_sort.o buffers_reselect.o filetypes.o filetypes_proc.o search_data.o lister.o lister_data.o list er_proc.o lister_idcmp.o lister_function.o lister_window.o lister_diskinfo.o lister_display.o lister_busy.o lister_title.o lister_activate.o lister_buffers.o li ster_dir.o lister_show.o lister_toolbar.o lister_drop.o lister_icons.o lister_progress.o lister_clip.o lister_menus.o lister_hotname.o lister_edit.o lister_ftp. o buttons.o buttons_data.o buttons_proc.o buttons_draw.o buttons_window.o buttons_display.o buttons_idcmp.o buttons_function.o buttons_run.o buttons_io.o button s_edit.o buttons_popup.o start_menu.o dirlist_read.o dirlist_scroll.o dirlist_util.o function_launch.o function_paths.o function_readdir.o function_run.o functi on_parse.o function_internal.o function_external.o function_script.o function_support.o function_filechange.o function_filetype.o function_files.o function_all. o function_none.o function_toggle.o function_copy.o function_delete.o function_makedir.o function_rename.o function_stopsniff.o function_select.o function_selec t_data.o function_devicelist.o function_change.o function_change_data.o function_scandir.o function_clearbuffers.o function_show.o function_disk.o function_load buttons.o function_loadenvironment.o function_loadfonts.o function_leaveout.o function_runprog.o function_addicon.o function_search.o function_getsizes.o functi on_hunt.o function_parent.o function_user.o function_verify.o function_cli.o function_printdir.o function_set.o function_closebuttons.o function_special.o funct ion_reselect.o function_assign.o function_configure.o function_setbackground.o function_runcommand.o function_reset.o clock_task.o environment.o app_msg.o icons .o icon_function.o file_select.o file_openwith.o window_activate.o cleanup.o tile.o display.o display_pattern.o rexx_proc.o rexx_lister.o rexx_files.o rexx_util .o rexx_data.o rexx_traps.o rexx_apps.o rexx_handler.o rexx_cmd.o rexx_dopus.o dos_notify.o replace.o position.o callback_main.o callback_dir.o callback_help.o callback_lister.o serial.o lsprintf.o -gstabs -mcrt=newlib -O2 -lamiga -o DirectoryOpus.exe