| commit | c173dbd6e766bf894b1e846c82ab7a00fb0e7481 | [log] [tgz] |
|---|---|---|
| author | Yann Collet <cyan@fb.com> | Mon Dec 04 17:57:42 2017 -0800 |
| committer | Yann Collet <cyan@fb.com> | Mon Dec 04 18:00:53 2017 -0800 |
| tree | f281e1be8fd1f1ca133ecbc6554777d17ed1813d | |
| parent | 896980ec15ea7e2a701155cbfb060de915f1e77f [diff] [blame] |
no longer supported starting C++17
diff --git a/lib/common/bitstream.h b/lib/common/bitstream.h index 2094823..fcf3843 100644 --- a/lib/common/bitstream.h +++ b/lib/common/bitstream.h
@@ -167,7 +167,7 @@ /*-************************************************************** * Internal functions ****************************************************************/ -MEM_STATIC unsigned BIT_highbit32 (register U32 val) +MEM_STATIC unsigned BIT_highbit32 (U32 val) { assert(val != 0); {