[GRASS-dev] Re: [GRASS GIS] #429: Add option to disable warnings in modules

GRASS GIS trac at osgeo.org
Mon Jan 12 19:52:35 EST 2009


#429: Add option to disable warnings in modules
--------------------------+-------------------------------------------------
  Reporter:  kyngchaos    |       Owner:  grass-dev at lists.osgeo.org
      Type:  enhancement  |      Status:  new                      
  Priority:  minor        |   Milestone:  6.4.0                    
 Component:  default      |     Version:  svn-develbranch6         
Resolution:               |    Keywords:                           
  Platform:  Unspecified  |         Cpu:  Unspecified              
--------------------------+-------------------------------------------------
Comment (by kyngchaos):

 > better: fix the noisy module.

 Well, it's in the GRASS proj library, do_proj.c: pj_do_proj() and
 pj_do_transform(), so it'll affect anything that projects coordinates.  I
 don't see a way to remove it for a single module other than a flag.

 {{{
 if (ok < 0) {
   G_warning(_("pj_transform() failed: %s"), pj_strerrno(ok));
 }
 return ok;
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/429#comment:2>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list