X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fada-typeprint.c;h=27bd1d16b960c2ca4813d0db9e77b5914bdfb265;hb=48e6666a0d550f290ea174682c78b0d62a027076;hp=57c8d930c030c84f25cca48e8389fb279cb92c75;hpb=950c97d860f07274cad59b71c57704793e7f5a83;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/ada-typeprint.c b/gdb/ada-typeprint.c index 57c8d93..27bd1d1 100644 --- a/gdb/ada-typeprint.c +++ b/gdb/ada-typeprint.c @@ -160,7 +160,7 @@ print_range (struct type *type, struct ui_file *stream, { struct type *target_type; volatile struct gdb_exception e; - LONGEST lo, hi; + LONGEST lo = 0, hi = 0; /* init for gcc -Wall */ target_type = TYPE_TARGET_TYPE (type); if (target_type == NULL)