Commit f2b54f8a authored by Neal Norwitz's avatar Neal Norwitz

Remove warning (static not being first) when building with -W

parent 5fa372e4
......@@ -16,9 +16,9 @@
#endif
#define ENCMAP(encoding) \
const static encode_map *encoding##encmap;
static const encode_map *encoding##encmap;
#define DECMAP(encoding) \
const static decode_map *encoding##decmap;
static const decode_map *encoding##decmap;
#define ENCODER_INIT(encoding) \
static int encoding##_encode_init( \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment