Re: [gdal-dev] how to hide warning information?

2012-03-19 Thread Frank Warmerdam
On 12-03-18 10:49 PM, chenliang wang wrote: hello: Is there any option to hide warning when I load some raster by means of gdal functions? Thanks! Chen, When using the GDAL C/C++ API you can call: CPLPushErrorHandler( CPLQuietErrorHandler ); You may find it helpful to read:

[gdal-dev] how to hide warning information?

2012-03-18 Thread chenliang wang
hello: Is there any option to hide warning when I load some raster by means of gdal functions? Thanks! chen liang wang ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] how to hide warning information?

2012-03-18 Thread Zoltan Szecsei
On 2012/03/19 07:49, chenliang wang wrote: hello: Is there any option to hide warning when I load some raster by means of gdal functions? Thanks! chen liang wang ___ gdal-dev mailing list gdal-dev@lists.osgeo.org