summaryrefslogtreecommitdiff
path: root/user/rttr/show-warnings-not-error-out.patch
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07user/rttr: Bring upstream patches in for newer C++A. Wilcox1-0/+16
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