From 699f5c42f01a0ec2d4d35818b24bf40fc98cc9b1 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 27 Feb 2013 21:01:20 +0100 Subject: [PATCH] disable warning about missing chars --- module/nominatim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/nominatim.c b/module/nominatim.c index 18ad99b3..75238e22 100644 --- a/module/nominatim.c +++ b/module/nominatim.c @@ -143,12 +143,12 @@ transliteration( PG_FUNCTION_ARGS ) resultdata++; } } - else + /*else { ereport( WARNING, ( errcode( ERRCODE_SUCCESSFUL_COMPLETION ), errmsg( "missing char: %i\n", *wchardata ))); - } + }*/ wchardata++; } -- 2.39.5