Browse Source

Try to appease gcc in travis regarding printf format specifiers

cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
eb7b33db2b
  1. 3
      io.h

3
io.h

@ -23,6 +23,9 @@
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#ifdef __cplusplus
#define __STDC_FORMAT_MACROS 1
#endif
#include <inttypes.h>
#include "endian.h"
#include "ethash.h"

Loading…
Cancel
Save