Opened 19 years ago

Last modified 19 years ago

#860 closed defect (fixed)

Recursive call to main in gdal_translate.cpp

Reported by: harri.kiiskinen@… Owned by: warmerdam
Priority: high Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

The CC-compiler on Solaris (CC: Sun C++ 5.5 2003/03/12) complains about the
recursive call to main() on line 492 in the file gdal_translate.cpp: "Cannot
have a recursive call of main()."

Greetings, 
 Harri

Change History (1)

comment:1 by warmerdam, 19 years ago

This has been fixed in GDAL CVS.  In the meantime you can just comment out
the call to main() from within main().
Note: See TracTickets for help on using tickets.