Fix some clang warnings

This commit is contained in:
Tim Angus 2013-03-12 21:50:38 +00:00
parent a2dc160359
commit dfbad1360f
4 changed files with 3 additions and 8 deletions

View file

@ -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
(