mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
This commit is contained in:
@ -58,6 +58,8 @@ gettoken(WORKSTATE * state, int4 *val)
|
||||
char nnn[16],
|
||||
*curnnn;
|
||||
|
||||
*val = 0; /* default result */
|
||||
|
||||
curnnn = nnn;
|
||||
while (1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user