build cleanup
[m6w6/ext-psi] / src / parser_proc.c
index 9861c54c618a3e9b2988020bb498caaed5f52faa..986490e41fbc1fc6281aa5ef6b01ed4b54516111 100644 (file)
@@ -9467,7 +9467,7 @@ static void psi_parser_proc_error(struct psi_parser *P, struct psi_plist *tokens
 
        psi_plist_get(tokens, last, &T);
        if (T) {
-               int i = (last >= 5) ? last - 5 : 0; 
+               size_t i = (last >= 5) ? last - 5 : 0; 
                
                P->error(PSI_DATA(P), T, PSI_WARNING, "PSI %s at col %u", msg, T->col);
                while (i <= last || T->type != PSI_T_EOS) {