no longer supported starting C++17

This commit is contained in:
Yann Collet
2017-12-04 18:00:53 -08:00
parent 896980ec15
commit c173dbd6e7
11 changed files with 11 additions and 453 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ MEM_STATIC void ZSTD_storeSeq(seqStore_t* seqStorePtr, size_t litLength, const v
/*-*************************************
* Match length counter
***************************************/
static unsigned ZSTD_NbCommonBytes (register size_t val)
static unsigned ZSTD_NbCommonBytes (size_t val)
{
if (MEM_isLittleEndian()) {
if (MEM_64bits()) {