]> www.ginac.de Git - cln.git/commit
Avoid "'register' storage class specifier is deprecated" warnings.
authorRichard Kreckel <kreckel@ginac.de>
Thu, 19 Nov 2020 16:40:23 +0000 (17:40 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Thu, 19 Nov 2020 16:40:23 +0000 (17:40 +0100)
commit06dcbe891f76b7cda73305b880e71758ef274718
tree274111e0ed14f44925830ad1a9f595fbffc055d8
parent7e29268b4ae7daaf03227fb6afcb7451342c8fb7
Avoid "'register' storage class specifier is deprecated" warnings.

The 'register' storage class specifier has been deprecated in C++11 and
is incompatible with C++17. GCC and Clang have long been ignoring it.
src/base/cl_low.h