8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Warning (PVS-Studio).

This commit is contained in:
robocop 2014-02-22 22:23:48 +00:00
parent f31b344aaf
commit f92bd49d15

View File

@ -422,7 +422,7 @@ static const UCHAR* compile(const UCHAR* sdl, sdl_arg* arg)
* is null, parse, but do not generate anything.
*
**************************************/
SLONG n, count, variable, value, sdl_operator;
SLONG n, count, variable, value, sdl_operator = 0;
IPTR* label;
const UCHAR* expressions[MAX_ARRAY_DIMENSIONS];
const UCHAR** expr;