On Sun, 29 Dec 2024, Jacek Caban wrote: > On 29.12.2024 13:28, Jacek Caban wrote: > > It's indeed defined by the build system, see > https://github.com/doxygen/doxygen/commit/aa1cc42254 > > We may need to revert use of register keyword for TEB access or make it > conditional if that's indeed problematic for C++. I couldn't reproduce the > warning with Clang.
I remembered that the `register` keyword was deprecated/removed in some C++ standard, and kind of suspected that that might be a problem. If that's not a problem, and just the macro is, maybe do a macro push/pop and undef register? I don't know if the benefits of the register variable justify the added complexity over the original implementation though. _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public