mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Quiet a warning on Intel compiler
Plus usual trailing whitespace noise. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
af6571856e
commit
279ed7ed48
1 changed files with 21 additions and 17 deletions
|
@ -30,6 +30,10 @@
|
|||
// platform macros defined below
|
||||
#define AUTO_CONFIGURATION
|
||||
|
||||
// Quiet a warning on Intel compiler
|
||||
#if !defined(__SIZEOF_INT__ )
|
||||
#define __SIZEOF_INT__ 0
|
||||
#endif
|
||||
|
||||
// Check for 64 bits for different compilers: Intel, MSVC and gcc
|
||||
#if defined(__x86_64) || defined(_WIN64) || (__SIZEOF_INT__ > 4)
|
||||
|
|
Loading…
Add table
Reference in a new issue