opal: fix a warning caused by the introduction of opal_int128_t type
Этот коммит содержится в:
родитель
a0083ceab4
Коммит
32bac600f7
@ -143,7 +143,7 @@ typedef uint128_t opal_uint128_t;
|
|||||||
|
|
||||||
#define HAVE_OPAL_INT128_T 1
|
#define HAVE_OPAL_INT128_T 1
|
||||||
|
|
||||||
#elif HAVE___INT128
|
#elif defined(HAVE___INT128)
|
||||||
|
|
||||||
/* suppress warning about __int128 type */
|
/* suppress warning about __int128 type */
|
||||||
#pragma GCC diagnostic ignored "-Wpedantic"
|
#pragma GCC diagnostic ignored "-Wpedantic"
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user