]> granicus.if.org Git - postgis/commitdiff
Address standardizer warning
authorRaúl Marín Rodríguez <rmrodriguez@carto.com>
Wed, 1 Aug 2018 09:49:55 +0000 (09:49 +0000)
committerRaúl Marín Rodríguez <rmrodriguez@carto.com>
Wed, 1 Aug 2018 09:49:55 +0000 (09:49 +0000)
References #4140

git-svn-id: http://svn.osgeo.org/postgis/trunk@16677 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/address_standardizer/analyze.c

index b2e81f8d2604d68ded85a38f5d145ff9e54a4768..938d052c3db39b68d45d45e651437f29cdfcb9f8 100644 (file)
@@ -795,7 +795,7 @@ Calls analyze.c (deposit_stz)
 =========================================================================*/
 static void scan_clause_tree(STAND_PARAM *__stand_param__,int start_state,int start_pos)
 {
-       int next_state ;
+       int next_state = FAIL ;
 
        RULE_PARAM *__rules__ = __stand_param__->rules ;
        KW ***__output_link__ = __rules__->output_link ;