Skip to content
Commit 29f6d62a authored by Pavel Emelyanov's avatar Pavel Emelyanov
Browse files

pb: Init fsize to make compiler happy



protobuf.c: In function ‘pb_show_msg’:
protobuf.c:384:68: error: ‘fsize’ may be used uninitialized in this function [-Werror=uninitialized]
protobuf.c:247:9: note: ‘fsize’ was declared here

The warning about 'may be uninitialized' is false -- the BUG() is a never-returning function.

Signed-off-by: default avatarPavel Emelyanov <xemul@parallels.com>
parent 96b62808
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment