mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Get rid of bogus "control may reach end of non-void function ‘...’ being
inlined" message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a5c9a5acd
commit
b7c0d94465
@ -2290,8 +2290,8 @@ APFloat::convertFromString(const char *p, roundingMode rounding_mode)
|
||||
|
||||
if(p[0] == '0' && (p[1] == 'x' || p[1] == 'X'))
|
||||
return convertFromHexadecimalString(p + 2, rounding_mode);
|
||||
else
|
||||
return convertFromDecimalString(p, rounding_mode);
|
||||
|
||||
return convertFromDecimalString(p, rounding_mode);
|
||||
}
|
||||
|
||||
/* Write out a hexadecimal representation of the floating point value
|
||||
|
Loading…
Reference in New Issue
Block a user