Get rid of some warnings
* mingwex/dirent.c (_topendir): Eliminate signed/unsigned warning. * mingwex/strtoimax.c (strtoimax): Likewise. * mingwex/wcstoimax.c (wcstoimax): Likewise. * mingwex/wtoll.c (wtoll): Remove unnecessary ';' * mingwex/fesentenv.c: Include float.h. * mingwex/math/powl.c: Eliminate type punning/strict aliasing warning. * mingwex/math/tanhl.c: Eliminate signed/unsigned warning in constants. * mingwex/math/tgammal.c: Likewise.
This commit is contained in:
@@ -88,7 +88,7 @@ static const long double Q[9] = {
|
||||
};
|
||||
#endif
|
||||
#if IBMPC
|
||||
static const short P[] = {
|
||||
static const unsigned short P[] = {
|
||||
0x434a,0x3f22,0x2bda,0xb0b2,0x3ff0, XPD
|
||||
0xf5aa,0xe82f,0x335b,0xee2e,0x3ff3, XPD
|
||||
0xbe6c,0x3757,0xc717,0x861b,0x3ff7, XPD
|
||||
@@ -98,7 +98,7 @@ static const short P[] = {
|
||||
0x29cf,0x19b3,0x16c8,0xd67a,0x3ffe, XPD
|
||||
0x0000,0x0000,0x0000,0x8000,0x3fff, XPD
|
||||
};
|
||||
static const short Q[] = {
|
||||
static const unsigned short Q[] = {
|
||||
0x5473,0x2de8,0x1268,0xea67,0xbfee, XPD
|
||||
0x334b,0xc2f0,0xa2dd,0xf60e,0x3ff2, XPD
|
||||
0xbeed,0x1853,0xa691,0xa23d,0xbff5, XPD
|
||||
@@ -182,7 +182,7 @@ static const long double STIR[9] = {
|
||||
};
|
||||
#endif
|
||||
#if IBMPC
|
||||
static const short STIR[] = {
|
||||
static const unsigned short STIR[] = {
|
||||
0x6ede,0x69f7,0x54e3,0xbb5d,0x3ff4, XPD
|
||||
0xc395,0x0295,0x4443,0xc64b,0xbfef, XPD
|
||||
0xba6f,0x7c59,0x5e47,0x9bfb,0xbff4, XPD
|
||||
|
Reference in New Issue
Block a user