#429: Add option to disable warnings in modules
--------------------------+-------------------------------------------------
  Reporter:  kyngchaos    |       Owner:  [email protected]
      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>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to