../../../../Mod/Lib/SYSTEM.c:170:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] P((SYSTEM_ADRINT)(*((void**)(adr)))); ^ ../../../../Mod/Lib/SYSTEM.c:184:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (off >= 0) {P(*(SYSTEM_ADRINT*)((char*)adr+off)); t++; off = *t;} ^ 2 warnings generated. In file included from Heap.c:2: ../../../../Mod/Lib/SYSTEM.oh:403:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_INCREF(); ^ Heap.c:87:13: note: conflicting prototype is here export void Heap_INCREF (Heap_Module m); ^ In file included from Heap.c:2: ../../../../Mod/Lib/SYSTEM.oh:400:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_REGCMD(); ^ Heap.c:98:13: note: conflicting prototype is here export void Heap_REGCMD (Heap_Module m, CHAR *name, INTEGER name__len, Heap_Command cmd); ^ In file included from Heap.c:2: ../../../../Mod/Lib/SYSTEM.oh:401:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern SYSTEM_PTR Heap_REGMOD(); ^ Heap.c:99:19: note: conflicting prototype is here export SYSTEM_PTR Heap_REGMOD (CHAR *name, INTEGER name__len, Heap_EnumProc enumPtrs); ^ In file included from Heap.c:2: ../../../../Mod/Lib/SYSTEM.oh:402:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_REGTYP(); ^ Heap.c:100:13: note: conflicting prototype is here export void Heap_REGTYP (Heap_Module m, LONGINT typ); ^ 4 warnings generated. Platform.c:707:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("Platform", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. Console.c:203:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Platform__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ Console.c:204:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("Console", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ Console.c:205:3: warning: passing arguments to 'Heap_REGCMD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGCMD("Flush", Console_Flush); ^ ../../../../Mod/Lib/SYSTEM.oh:406:42: note: expanded from macro '__REGCMD' #define __REGCMD(name, cmd) Heap_REGCMD(m, (CHAR*)name, 24, cmd) ^ Console.c:206:3: warning: passing arguments to 'Heap_REGCMD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGCMD("Ln", Console_Ln); ^ ../../../../Mod/Lib/SYSTEM.oh:406:42: note: expanded from macro '__REGCMD' #define __REGCMD(name, cmd) Heap_REGCMD(m, (CHAR*)name, 24, cmd) ^ 4 warnings generated. In file included from Kernel.c:2: ../../../../Mod/Lib/SYSTEM.oh:403:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_INCREF(); ^ ./Heap.oh:61:13: note: conflicting prototype is here import void Heap_INCREF (Heap_Module m); ^ In file included from Kernel.c:2: ../../../../Mod/Lib/SYSTEM.oh:400:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_REGCMD(); ^ ./Heap.oh:68:13: note: conflicting prototype is here import void Heap_REGCMD (Heap_Module m, CHAR *name, INTEGER name__len, Heap_Command cmd); ^ In file included from Kernel.c:2: ../../../../Mod/Lib/SYSTEM.oh:401:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern SYSTEM_PTR Heap_REGMOD(); ^ ./Heap.oh:69:19: note: conflicting prototype is here import SYSTEM_PTR Heap_REGMOD (CHAR *name, INTEGER name__len, Heap_EnumProc enumPtrs); ^ In file included from Kernel.c:2: ../../../../Mod/Lib/SYSTEM.oh:402:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_REGTYP(); ^ ./Heap.oh:70:13: note: conflicting prototype is here import void Heap_REGTYP (Heap_Module m, LONGINT typ); ^ 4 warnings generated. CmdArgs.c:140:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("CmdArgs", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. Strings.c:353:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Reals__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ Strings.c:354:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("Strings", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 2 warnings generated. In file included from Files.c:2: ../../../../Mod/Lib/SYSTEM.oh:403:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_INCREF(); ^ ./Heap.oh:61:13: note: conflicting prototype is here import void Heap_INCREF (Heap_Module m); ^ In file included from Files.c:2: ../../../../Mod/Lib/SYSTEM.oh:400:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_REGCMD(); ^ ./Heap.oh:68:13: note: conflicting prototype is here import void Heap_REGCMD (Heap_Module m, CHAR *name, INTEGER name__len, Heap_Command cmd); ^ In file included from Files.c:2: ../../../../Mod/Lib/SYSTEM.oh:401:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern SYSTEM_PTR Heap_REGMOD(); ^ ./Heap.oh:69:19: note: conflicting prototype is here import SYSTEM_PTR Heap_REGMOD (CHAR *name, INTEGER name__len, Heap_EnumProc enumPtrs); ^ In file included from Files.c:2: ../../../../Mod/Lib/SYSTEM.oh:402:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_REGTYP(); ^ ./Heap.oh:70:13: note: conflicting prototype is here import void Heap_REGTYP (Heap_Module m, LONGINT typ); ^ 4 warnings generated. Math.c:786:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("Math", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ Math.c:787:3: warning: passing arguments to 'Heap_REGCMD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGCMD("ClearError", Math_ClearError); ^ ../../../../Mod/Lib/SYSTEM.oh:406:42: note: expanded from macro '__REGCMD' #define __REGCMD(name, cmd) Heap_REGCMD(m, (CHAR*)name, 24, cmd) ^ 2 warnings generated. MathL.c:748:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Math__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ MathL.c:749:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("MathL", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 2 warnings generated. Reals.c:373:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(MathL__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ Reals.c:374:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("Reals", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 2 warnings generated. In file included from Modules.c:2: ../../../../Mod/Lib/SYSTEM.oh:403:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_INCREF(); ^ ./Heap.oh:61:13: note: conflicting prototype is here import void Heap_INCREF (Heap_Module m); ^ In file included from Modules.c:2: ../../../../Mod/Lib/SYSTEM.oh:400:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_REGCMD(); ^ ./Heap.oh:68:13: note: conflicting prototype is here import void Heap_REGCMD (Heap_Module m, CHAR *name, INTEGER name__len, Heap_Command cmd); ^ In file included from Modules.c:2: ../../../../Mod/Lib/SYSTEM.oh:401:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern SYSTEM_PTR Heap_REGMOD(); ^ ./Heap.oh:69:19: note: conflicting prototype is here import SYSTEM_PTR Heap_REGMOD (CHAR *name, INTEGER name__len, Heap_EnumProc enumPtrs); ^ In file included from Modules.c:2: ../../../../Mod/Lib/SYSTEM.oh:402:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_REGTYP(); ^ ./Heap.oh:70:13: note: conflicting prototype is here import void Heap_REGTYP (Heap_Module m, LONGINT typ); ^ 4 warnings generated. In file included from Texts.c:2: ../../../../Mod/Lib/SYSTEM.oh:403:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_INCREF(); ^ ./Heap.oh:61:13: note: conflicting prototype is here import void Heap_INCREF (Heap_Module m); ^ In file included from Texts.c:2: ../../../../Mod/Lib/SYSTEM.oh:400:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_REGCMD(); ^ ./Heap.oh:68:13: note: conflicting prototype is here import void Heap_REGCMD (Heap_Module m, CHAR *name, INTEGER name__len, Heap_Command cmd); ^ In file included from Texts.c:2: ../../../../Mod/Lib/SYSTEM.oh:401:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern SYSTEM_PTR Heap_REGMOD(); ^ ./Heap.oh:69:19: note: conflicting prototype is here import SYSTEM_PTR Heap_REGMOD (CHAR *name, INTEGER name__len, Heap_EnumProc enumPtrs); ^ In file included from Texts.c:2: ../../../../Mod/Lib/SYSTEM.oh:402:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern void Heap_REGTYP(); ^ ./Heap.oh:70:13: note: conflicting prototype is here import void Heap_REGTYP (Heap_Module m, LONGINT typ); ^ 4 warnings generated. Oberon.c:103:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(CmdArgs__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ Oberon.c:104:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Console__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ Oberon.c:105:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Platform__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ Oberon.c:106:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Texts__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ Oberon.c:107:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("Oberon", EnumPtrs); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ Oberon.c:108:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(Oberon_ParRec, Oberon_ParRec, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 6 warnings generated. ecoBigSets.c:165:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("ecoBigSets", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. ecoBuffer.c:44:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("ecoBuffer", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. ecoListen.c:104:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("ecoListen", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ ecoListen.c:105:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoListen_ElementDesc, ecoListen_ElementDesc, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ecoListen.c:106:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoListen_ListDesc, ecoListen_ListDesc, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 3 warnings generated. ecoLists.c:413:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("ecoLists", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ ecoLists.c:414:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoLists_Node, ecoLists_Node, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ecoLists.c:415:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoLists_List, ecoLists_List, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 3 warnings generated. ecoParser.c:478:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("ecoParser", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ ecoParser.c:479:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoParser_Tree, ecoParser_Tree, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ecoParser.c:486:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoParser_Parser, ecoParser_Parser, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ecoParser.c:492:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoParser_Node, ecoParser_Node, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ecoParser.c:493:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoParser_CtxNode, ecoParser_Node, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ecoParser.c:495:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoParser_MethodNode, ecoParser_Node, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ecoParser.c:496:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoParser_SetCtxNode, ecoParser_Node, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 7 warnings generated. ecoVector.c:262:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("ecoVector", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ ecoVector.c:263:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoVector_ObjectRec, ecoVector_ObjectRec, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ecoVector.c:264:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoVector_NodeRec, ecoVector_NodeRec, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ecoVector.c:265:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ecoVector_VectorRec, ecoVector_ObjectRec, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 4 warnings generated. Zlib.c:91:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("Zlib", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ Zlib.c:92:3: warning: passing arguments to 'Heap_REGCMD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGCMD("InitCRCTable", Zlib_InitCRCTable); ^ ../../../../Mod/Lib/SYSTEM.oh:406:42: note: expanded from macro '__REGCMD' #define __REGCMD(name, cmd) Heap_REGCMD(m, (CHAR*)name, 24, cmd) ^ 2 warnings generated. ZlibBuffers.c:153:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("ZlibBuffers", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ ZlibBuffers.c:154:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibBuffers_Buffer, ZlibBuffers_Buffer, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 2 warnings generated. ZlibDeflate.c:1632:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Zlib__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibDeflate.c:1633:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(ZlibBuffers__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibDeflate.c:1634:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("ZlibDeflate", EnumPtrs); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ ZlibDeflate.c:1635:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibDeflate_Node, ZlibDeflate_Node, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibDeflate.c:1636:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibDeflate_StaticTree, ZlibDeflate_StaticTree, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibDeflate.c:1637:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibDeflate_Tree, ZlibDeflate_Tree, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibDeflate.c:1638:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibDeflate_PendingBuffer, ZlibDeflate_PendingBuffer, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibDeflate.c:1639:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibDeflate_Stream, ZlibDeflate_Stream, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibDeflate.c:1640:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibDeflate__1, ZlibDeflate__1, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 9 warnings generated. ZlibInflate.c:1575:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Zlib__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibInflate.c:1576:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(ZlibBuffers__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibInflate.c:1577:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("ZlibInflate", EnumPtrs); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ ZlibInflate.c:1578:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibInflate_Result, ZlibInflate_Result, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibInflate.c:1579:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibInflate_Code, ZlibInflate_Code, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibInflate.c:1580:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibInflate_Node, ZlibInflate_Node, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibInflate.c:1581:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibInflate_TreeNodes, ZlibInflate_TreeNodes, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibInflate.c:1582:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibInflate_Tree, ZlibInflate_Tree, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibInflate.c:1583:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibInflate__1, ZlibInflate__1, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibInflate.c:1584:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibInflate__2, ZlibInflate__2, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibInflate.c:1585:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibInflate__3, ZlibInflate__3, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibInflate.c:1586:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibInflate__4, ZlibInflate__4, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ ZlibInflate.c:1587:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibInflate_Stream, ZlibInflate_Stream, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 13 warnings generated. ZlibReaders.c:126:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Files__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibReaders.c:127:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Zlib__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibReaders.c:128:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(ZlibBuffers__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibReaders.c:129:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(ZlibInflate__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibReaders.c:130:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("ZlibReaders", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ ZlibReaders.c:131:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibReaders_Reader, ZlibReaders_Reader, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 6 warnings generated. ZlibWriters.c:169:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Files__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibWriters.c:170:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Zlib__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibWriters.c:171:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(ZlibBuffers__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibWriters.c:172:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(ZlibDeflate__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ ZlibWriters.c:173:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("ZlibWriters", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ ZlibWriters.c:174:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(ZlibWriters_Writer, ZlibWriters_Writer, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 6 warnings generated. Zip.c:746:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Files__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ Zip.c:747:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Zlib__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ Zip.c:748:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(ZlibReaders__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ Zip.c:749:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(ZlibWriters__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ Zip.c:750:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("Zip", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ Zip.c:751:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(Zip_EntryDesc, Zip_EntryDesc, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ Zip.c:752:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(Zip_ArchiveDesc, Zip_ArchiveDesc, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ Zip.c:753:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(Zip_ReaderDesc, Zip_ReaderDesc, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ Zip.c:754:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(Zip_UncompReaderDesc, Zip_ReaderDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ Zip.c:755:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(Zip_DefReaderDesc, Zip_ReaderDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 10 warnings generated. oo2cAscii.c:15:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("oo2cAscii", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. oo2cConvTypes.c:25:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("oo2cConvTypes", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ oo2cConvTypes.c:26:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(oo2cConvTypes_ScanDesc, oo2cConvTypes_ScanDesc, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 2 warnings generated. oo2cLongStrings.c:353:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("oo2cLongStrings", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. oo2cRandomNumbers.c:65:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("oo2cRandomNumbers", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. oo2cStrings.c:328:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("oo2cStrings", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. powStrings.c:752:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("powStrings", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. NetHttp.c:127:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("NetHttp", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ NetHttp.c:128:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(NetHttp_Socket, NetHttp_Socket, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 2 warnings generated. arArgs.c:28:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Platform__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arArgs.c:29:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arArgs", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 2 warnings generated. arChar.c:43:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arChar", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. arSize.c:87:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arSize", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. arStrings.c:219:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arStrings", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. arStringList.c:152:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStrings__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arStringList.c:153:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arStringList", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ arStringList.c:154:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arStringList_List__rec, arStringList_List__rec, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 3 warnings generated. arStringAssoc.c:133:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStrings__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arStringAssoc.c:134:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStringList__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arStringAssoc.c:135:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arStringAssoc", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ arStringAssoc.c:136:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arStringAssoc_Assoc__rec, arStringAssoc_Assoc__rec, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 4 warnings generated. arText.c:320:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Platform__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arText.c:321:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arText", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ arText.c:322:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arText_Stream, arText_Stream, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arText.c:326:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arText_Writer, arText_Stream, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arText.c:335:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arText_StreamWriter, arText_Writer, 2); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arText.c:340:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arText_Buffer, arText_Writer, 2); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 6 warnings generated. arStream.c:116:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arText__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arStream.c:117:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arStream", EnumPtrs); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ arStream.c:118:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arStream_Stream, arText_Stream, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arStream.c:122:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arStream_File, arText_StreamWriter, 3); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 4 warnings generated. arFile.c:209:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arText__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arFile.c:210:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arFile", EnumPtrs); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ arFile.c:211:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arFile_Stream, arText_Stream, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arFile.c:215:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arFile_File__rec, arFile_File__rec, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 4 warnings generated. arOut.c:80:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arFile__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arOut.c:81:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arText__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arOut.c:82:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arOut", EnumPtrs); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ arOut.c:83:3: warning: passing arguments to 'Heap_REGCMD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGCMD("Flush", arOut_Flush); ^ ../../../../Mod/Lib/SYSTEM.oh:406:42: note: expanded from macro '__REGCMD' #define __REGCMD(name, cmd) Heap_REGCMD(m, (CHAR*)name, 24, cmd) ^ arOut.c:84:3: warning: passing arguments to 'Heap_REGCMD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGCMD("Ln", arOut_Ln); ^ ../../../../Mod/Lib/SYSTEM.oh:406:42: note: expanded from macro '__REGCMD' #define __REGCMD(name, cmd) Heap_REGCMD(m, (CHAR*)name, 24, cmd) ^ 5 warnings generated. arPath.c:56:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arOut__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arPath.c:57:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStrings__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arPath.c:58:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arPath", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 3 warnings generated. arPattern.c:374:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arChar__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arPattern.c:375:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arOut__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arPattern.c:376:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Platform__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arPattern.c:377:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStrings__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arPattern.c:378:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStringAssoc__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arPattern.c:379:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStringList__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arPattern.c:380:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arText__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arPattern.c:381:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arPattern", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 8 warnings generated. arErr.c:80:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arFile__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arErr.c:81:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arText__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arErr.c:82:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arErr", EnumPtrs); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ arErr.c:83:3: warning: passing arguments to 'Heap_REGCMD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGCMD("Flush", arErr_Flush); ^ ../../../../Mod/Lib/SYSTEM.oh:406:42: note: expanded from macro '__REGCMD' #define __REGCMD(name, cmd) Heap_REGCMD(m, (CHAR*)name, 24, cmd) ^ arErr.c:84:3: warning: passing arguments to 'Heap_REGCMD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGCMD("Ln", arErr_Ln); ^ ../../../../Mod/Lib/SYSTEM.oh:406:42: note: expanded from macro '__REGCMD' #define __REGCMD(name, cmd) Heap_REGCMD(m, (CHAR*)name, 24, cmd) ^ 5 warnings generated. arConfiguration.c:722:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arArgs__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arConfiguration.c:723:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Console__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arConfiguration.c:724:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Files__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arConfiguration.c:725:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Kernel__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arConfiguration.c:726:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arPattern__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arConfiguration.c:727:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStringAssoc__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arConfiguration.c:728:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStringList__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arConfiguration.c:729:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arSize__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arConfiguration.c:730:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStrings__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arConfiguration.c:731:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arConfiguration", EnumPtrs); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ arConfiguration.c:732:3: warning: passing arguments to 'Heap_REGCMD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGCMD("Usage", arConfiguration_Usage); ^ ../../../../Mod/Lib/SYSTEM.oh:406:42: note: expanded from macro '__REGCMD' #define __REGCMD(name, cmd) Heap_REGCMD(m, (CHAR*)name, 24, cmd) ^ arConfiguration.c:733:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arConfiguration_ValueDesc, arConfiguration_ValueDesc, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arConfiguration.c:737:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arConfiguration_Boolean__rec, arConfiguration_ValueDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arConfiguration.c:740:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arConfiguration_Integer__rec, arConfiguration_ValueDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arConfiguration.c:743:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arConfiguration_String__rec, arConfiguration_ValueDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arConfiguration.c:746:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arConfiguration_Procedure__rec, arConfiguration_ValueDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arConfiguration.c:748:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arConfiguration_Assoc__rec, arConfiguration_ValueDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 17 warnings generated. arValue.c:1491:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStrings__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arValue.c:1492:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arText__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arValue.c:1493:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arValue", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ arValue.c:1494:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arValue_ObjectDesc, arValue_ObjectDesc, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arValue.c:1501:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arValue_String__rec, arValue_ObjectDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arValue.c:1514:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arValue_Boolean__rec, arValue_ObjectDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arValue.c:1519:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arValue_Integer__rec, arValue_ObjectDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arValue.c:1524:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arValue_Real__rec, arValue_ObjectDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arValue.c:1529:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arValue_Set__rec, arValue_ObjectDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arValue.c:1534:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arValue_ListElement__rec, arValue_ListElement__rec, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arValue.c:1535:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arValue_List__rec, arValue_ObjectDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arValue.c:1554:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arValue_Array__rec, arValue_ObjectDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arValue.c:1562:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arValue_RecordElement__rec, arValue_RecordElement__rec, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ arValue.c:1563:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(arValue_Record__rec, arValue_ObjectDesc, 1); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 14 warnings generated. arFormat.c:308:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStrings__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arFormat.c:309:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arText__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arFormat.c:310:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arValue__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arFormat.c:311:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStream__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arFormat.c:312:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arFormat", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 5 warnings generated. arJSON.c:454:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(Files__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arJSON.c:455:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arOut__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arJSON.c:456:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arStrings__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arJSON.c:457:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arText__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arJSON.c:458:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(arValue__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ arJSON.c:459:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("arJSON", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 6 warnings generated. bbKernel.c:369:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("bbKernel", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ bbKernel.c:370:3: warning: passing arguments to 'Heap_REGTYP' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __INITYP(bbKernel_Hook__rec, bbKernel_Hook__rec, 0); ^ ../../../../Mod/Lib/SYSTEM.oh:488:14: note: expanded from macro '__INITYP' Heap_REGTYP(m, (SYSTEM_ADRINT)&t##__desc.next); \ ^ 2 warnings generated. bbMath.c:598:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("bbMath", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 1 warning generated. bbStrings.c:1394:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(bbKernel__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ bbStrings.c:1395:3: warning: passing arguments to 'Heap_INCREF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __IMPORT(bbMath__init); ^ ../../../../Mod/Lib/SYSTEM.oh:409:42: note: expanded from macro '__IMPORT' #define __IMPORT(name__init) Heap_INCREF(name__init()) ^ bbStrings.c:1396:3: warning: passing arguments to 'Heap_REGMOD' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __REGMOD("bbStrings", 0); ^ ../../../../Mod/Lib/SYSTEM.oh:407:57: note: expanded from macro '__REGMOD' #define __REGMOD(name, enum) if (m==0) {m = Heap_REGMOD((CHAR*)name, 32, (void*)enum);} ^ 3 warnings generated.