summaryrefslogtreecommitdiff
path: root/user/rttr/header.patch
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07user/rttr: Bring upstream patches in for newer C++A. Wilcox1-0/+21
Also, change the warnings we disable to ensure it builds with GCC 13. Also, replaces '-Werror' with '-Wextra' for more verbosity without causing the build to fail. Closes: #1196