Fix compile warnings

This commit is contained in:
Martin
2017-01-19 15:57:45 +01:00
parent a7e7e92a20
commit e906a841c7

View File

@@ -116,7 +116,7 @@ typedef enum
TDEFL_STATUS_BAD_PARAM = -2, TDEFL_STATUS_BAD_PARAM = -2,
TDEFL_STATUS_PUT_BUF_FAILED = -1, TDEFL_STATUS_PUT_BUF_FAILED = -1,
TDEFL_STATUS_OKAY = 0, TDEFL_STATUS_OKAY = 0,
TDEFL_STATUS_DONE = 1, TDEFL_STATUS_DONE = 1
} tdefl_status; } tdefl_status;
/* Must map to MZ_NO_FLUSH, MZ_SYNC_FLUSH, etc. enums */ /* Must map to MZ_NO_FLUSH, MZ_SYNC_FLUSH, etc. enums */