Fix some clang warnings
This commit is contained in:
parent
a2dc160359
commit
dfbad1360f
4 changed files with 3 additions and 8 deletions
|
@ -61,7 +61,7 @@ int qvmftolsse(void)
|
|||
long qftolx87(float f)
|
||||
{
|
||||
long retval;
|
||||
unsigned short oldcw;
|
||||
unsigned short oldcw = 0;
|
||||
|
||||
__asm__ volatile
|
||||
(
|
||||
|
@ -81,7 +81,7 @@ long qftolx87(float f)
|
|||
int qvmftolx87(void)
|
||||
{
|
||||
int retval;
|
||||
unsigned short oldcw;
|
||||
unsigned short oldcw = 0;
|
||||
|
||||
__asm__ volatile
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue