fixed seekable_format type mismatch
and some minor "unused variable" warnings. Also : zstd_seekable.h is actually depending on zstd.h for ZSTDLIB_API
This commit is contained in:
@@ -6,8 +6,10 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include "zstd.h" /* ZSTDLIB_API */
|
||||
|
||||
static const unsigned ZSTD_seekTableFooterSize = 9;
|
||||
|
||||
#define ZSTD_seekTableFooterSize 9
|
||||
|
||||
#define ZSTD_SEEKABLE_MAGICNUMBER 0x8F92EAB1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user