1
1

Fixed two warnings (especially the one that get repeted a large number of times in 64bit builds)

This commit was SVN r17197.
Этот коммит содержится в:
Aurelien Bouteiller 2008-01-24 04:59:31 +00:00
родитель a9045402c4
Коммит 11815d9773
2 изменённых файлов: 10 добавлений и 8 удалений

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

@ -14,11 +14,13 @@
#include "ompi_config.h"
#include "opal/mca/base/mca_base_param.h"
#include "ompi/mca/pml/base/pml_base_request.h"
#include <inttypes.h>
BEGIN_C_DECLS
/* Make sure -Wformat is happy... */
typedef uint64_t vprotocol_pessimist_clock_t;
#define PRIpclock "llx"
#define PRIpclock PRIx64
typedef enum {
VPROTOCOL_PESSIMIST_EVENT_TYPE_MATCHING,