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
@@ -339,7 +339,7 @@ typedef U32 DTable_max_t[FSE_DTABLE_SIZE_U32(FSE_MAX_TABLELOG)];
/****************************************************************
* Internal functions
****************************************************************/
FORCE_INLINE unsigned FSE_highbit32 (register U32 val)
FORCE_INLINE unsigned FSE_highbit32 (U32 val)
{
# if defined(_MSC_VER) /* Visual */
unsigned long r;