mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Correct function return types for new and fussy gcc.
This commit is contained in:
@@ -779,7 +779,7 @@ ieee_builtin_type (info, p, indx)
|
||||
|
||||
case builtin_bcd_float:
|
||||
ieee_error (info, p, _("BCD float type not supported"));
|
||||
return false;
|
||||
return DEBUG_TYPE_NULL;
|
||||
}
|
||||
|
||||
if (name != NULL)
|
||||
|
||||
Reference in New Issue
Block a user