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:
@ -68,13 +68,13 @@ static long double Q[] = {
|
||||
#endif
|
||||
|
||||
#ifdef IBMPC
|
||||
static short P[] = {
|
||||
static unsigned short P[] = {
|
||||
0xd2a4,0x1b0c,0x8f15,0x8f99,0xbff1, XPD
|
||||
0x5959,0x9111,0x9cc7,0xf4e2,0xbffe, XPD
|
||||
0xb576,0xef5e,0x6d57,0xa81b,0xc005, XPD
|
||||
0xe3be,0xbfbd,0x5cbc,0xa381,0xc009, XPD
|
||||
};
|
||||
static short Q[] = {
|
||||
static unsigned short Q[] = {
|
||||
/*0x0000,0x0000,0x0000,0x8000,0x3fff,*/
|
||||
0x687f,0xce24,0xdd6c,0xc084,0x4005, XPD
|
||||
0x3793,0xc95f,0xfa2f,0xe3b9,0x4009, XPD
|
||||
|
Reference in New Issue
Block a user