museghost / EABase

EABase is a small set of header files that define platform-independent data types and platform feature macros.
Other
0 stars 0 forks source link

fix gcc warning #1

Open museghost opened 2 years ago

museghost commented 2 years ago
include/Common/EABase/int128.h:26:45: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  #define EA_INT128_ALIGNAS alignas(unsigned __int128)
                                             ^~~~~~~~
include/Common/EABase/int128.h:43:8: note: in expansion of macro ‘EA_INT128_ALIGNAS’
 struct EA_INT128_ALIGNAS int128_t_base
museghost commented 2 years ago