Avoid "may be used uninitialized" warning
authorYao Qi <yao@codesourcery.com>
Sun, 8 Dec 2013 02:34:34 +0000 (10:34 +0800)
committerYao Qi <yao@codesourcery.com>
Sun, 8 Dec 2013 02:34:34 +0000 (10:34 +0800)
commite5e6f788e45ebdcf46c3a24f68994851186aa839
tree2ba98ae5022d719bc35abff9e70af5d835b085e4
parent06fe43ca0ecf2cda7a7419bee2b5771d9d034f03
Avoid "may be used uninitialized" warning

Hi,
I see such warning below on one compiler I am using.

cc1: warnings being treated as errors
../../workspace/gdb/stack.c: In function 'frame_info':
../../workspace/gdb/stack.c:1519:20: error: 'caller_pc' may be used uninitialized in this function

Go through the gdb-patches archives and find the "canonical" way to
fix this warning is to initialize the variable.

gdb:

2013-12-08  Yao Qi  <yao@codesourcery.com>

* stack.c (frame_info): Initialize variable caller_pc.
gdb/ChangeLog
gdb/stack.c
This page took 0.024337 seconds and 4 git commands to generate.