From: Lee Date: Mon, 7 Jan 2019 05:17:08 +0000 (-0500) Subject: fix cppcheck warnings in cgisimple.c X-Git-Tag: v_3_0_29~620 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;ds=inline;h=9af1c10430e565c42000cbe559029bee5ebd681a;hp=9af1c10430e565c42000cbe559029bee5ebd681a;p=privoxy.git fix cppcheck warnings in cgisimple.c [cgisimple.c:308]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [cgisimple.c:404]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. ---