Fix GCC warnings
This commit is contained in:
parent
12efe82778
commit
d89669bdf9
@ -82,7 +82,7 @@
|
|||||||
#define GAUTO 3
|
#define GAUTO 3
|
||||||
#define MAYBE 4
|
#define MAYBE 4
|
||||||
|
|
||||||
#define NUL ((char)'\x00') // Common ASCII control codes
|
#define NUL ((char)'\x00') /* Common ASCII control codes */
|
||||||
#define BEL '\x07'
|
#define BEL '\x07'
|
||||||
#define BS '\x08'
|
#define BS '\x08'
|
||||||
#define HT '\x09'
|
#define HT '\x09'
|
||||||
@ -127,7 +127,7 @@ typedef unsigned int uint32_t;
|
|||||||
#else
|
#else
|
||||||
#error Dont know how to define 32 bit integers
|
#error Dont know how to define 32 bit integers
|
||||||
#endif
|
#endif
|
||||||
#endif //#ifdef _MSC_VER
|
#endif /*#ifdef _MSC_VER */
|
||||||
|
|
||||||
#ifdef __DJGPP__
|
#ifdef __DJGPP__
|
||||||
typedef unsigned char uint8_t;
|
typedef unsigned char uint8_t;
|
||||||
|
Reference in New Issue
Block a user