]> git.openstreetmap.org Git - nominatim.git/commitdiff
disable warning about missing chars
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 27 Feb 2013 20:01:20 +0000 (21:01 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 27 Feb 2013 20:01:20 +0000 (21:01 +0100)
module/nominatim.c

index 18ad99b3159c14d8aa8a41e1cea37cd526608a25..75238e2207ff172aad46771569b091d7e73980d5 100644 (file)
@@ -143,12 +143,12 @@ transliteration( PG_FUNCTION_ARGS )
                                resultdata++;
                        }
                }
-               else
+               /*else
                {
                        ereport( WARNING, ( errcode( ERRCODE_SUCCESSFUL_COMPLETION ),
                              errmsg( "missing char: %i\n", *wchardata )));
                        
-               }
+               }*/
                wchardata++;
        }