At 2018-04-05 14:20:21 -0500, [email protected] wrote: > > core/md5.cpp:55:5: error: 'register' storage class specifier is deprecated > and incompatible with C++17 [-Werror,-Wdeprecated-register] > register uint32 t; > ^~~~~~~~~
I think we can do without those 'register' specifiers, so I removed them. (When you compile MD5 code under C++17, it gets replaced with SHA-256 anyway, right? ;-) -- ams
