Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
910b55815be16109f04f4180e9adee14fb4ce281.patch | [PATCH] Fix overflow warnings (errors) in tests on 32bit builds. | Corey Tabaka <eieio@google.com> | no | 2020-11-05 | ||
35e800d81f28c632956c5a592e3cbe8085ecd430.patch | [PATCH] Fix for -Werror=range-loop-construct in GCC 11. Range iteration in GCC 11 triggers range-loop-construct due to mismatch between element types (const key) forcing a copy. Switch to const auto& to avoid the type mismatch. |
Corey Tabaka <eieio@google.com> | no | 2021-11-02 | ||
tests-opt.patch | Build tests with default optimization | Adrian Bunk <bunk@debian.org> | yes | debian |