mirror of
https://github.com/facebook/zstd.git
synced 2026-01-06 11:21:19 +03:00
Restrict dictmode regression tests only to advanced API, fix some compiler warnings
This commit is contained in:
@@ -277,7 +277,7 @@ void UTIL_refFilename(FileNamesTable* fnt, const char* filename);
|
||||
* or NULL in case of error
|
||||
*/
|
||||
FileNamesTable*
|
||||
UTIL_createExpandedFNT(const char** filenames, size_t nbFilenames, int followLinks);
|
||||
UTIL_createExpandedFNT(const char* const* filenames, size_t nbFilenames, int followLinks);
|
||||
|
||||
|
||||
/*-****************************************
|
||||
|
||||
Reference in New Issue
Block a user