forked from Imagelibrary/binutils-gdb
2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
* printcmd.c (print_scalar_formatted): Initialize val_long
to remove compiler warning message.
This commit is contained in:
@@ -347,7 +347,7 @@ void
|
||||
print_scalar_formatted (void *valaddr, struct type *type, int format, int size,
|
||||
struct ui_file *stream)
|
||||
{
|
||||
LONGEST val_long;
|
||||
LONGEST val_long = 0;
|
||||
unsigned int len = TYPE_LENGTH (type);
|
||||
|
||||
if (format != 'f')
|
||||
|
||||
Reference in New Issue
Block a user