Fixed/suppressed HP-UX native (aCC) warnings

This commit is contained in:
Ralph Lange
2003-04-23 14:56:07 +00:00
parent 154ebd3153
commit 2624a16170
6 changed files with 32 additions and 27 deletions

View File

@@ -118,8 +118,8 @@ int main(int argc, char *argv[])
}
registerRecordDeviceDriver(pdbbase);
registryFunctionAdd("exit", (REGISTRYFUNCTION) exitSubroutine);
registryFunctionAdd("exit", (REGISTRYFUNCTION) exitSubroutine); // X aCC 331
while (argc>1 && **argv == '-') {
switch ((*argv)[1]) {
case 'a':