1
1

OSHMEM: fixes compiler warnings

Этот коммит содержится в:
Alex Mikheev 2016-09-25 18:09:49 +03:00
родитель 9a21392ec2
Коммит caa1d17672
2 изменённых файлов: 4 добавлений и 0 удалений
oshmem/include

Просмотреть файл

@ -36,6 +36,8 @@
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L)
#define OSHMEMP_HAVE_C11 1
#else
#define OSHMEMP_HAVE_C11 0
#endif
#include <pshmemx.h>

Просмотреть файл

@ -43,6 +43,8 @@
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L)
#define OSHMEM_HAVE_C11 1
#else
#define OSHMEM_HAVE_C11 0
#endif
#include <shmem-compat.h>