When trying to build Boost 1.69.0 with LLVM, I had an error about the "register" keyword, regarding the removal of it in C++17.  I searched on the Web and found out that I can use the "-Wno-register" flag to calm down Clang 6.0.0.  What do I do in Clang 8.0.0?  The same?