1
1

opal: fix a warning caused by the introduction of opal_int128_t type

Этот коммит содержится в:
Gilles Gouaillardet 2014-12-05 12:14:31 +09:00
родитель 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"