Hello,
Seems that the issue is in md5.cpp
clang -c -o build/clang/core/md5.o -I/usr/include -g -Werror -funsigned-char
-Wno-invalid-source-encoding -Wno-string-plus-int -O3 -Icore core/md5.cpp
core/md5.cpp:55:5: error: 'register' storage class specifier is deprecated and
incompatible with C++17 [-Werror,-Wdeprecated-register]
register uint32 t;
^~~~~~~~~
core/md5.cpp:247:5: error: 'register' storage class specifier is deprecated and
incompatible with C++17 [-Werror,-Wdeprecated-register]
register uint32 a, b, c, d;
^~~~~~~~~
core/md5.cpp:247:5: error: 'register' storage class specifier is deprecated and
incompatible with C++17 [-Werror,-Wdeprecated-register]
register uint32 a, b, c, d;
^~~~~~~~~
core/md5.cpp:247:5: error: 'register' storage class specifier is deprecated and
incompatible with C++17 [-Werror,-Wdeprecated-register]
register uint32 a, b, c, d;
^~~~~~~~~
core/md5.cpp:247:5: error: 'register' storage class specifier is deprecated and
incompatible with C++17 [-Werror,-Wdeprecated-register]
register uint32 a, b, c, d;
^~~~~~~~~
5 errors generated.
--
Mark Felder
[email protected]