polybar/.github
Patrick Ziegler d5be8cad97
Add compiler warning for missing override specifier (#2341)
* build: Add -Wsuggest-override

We should always use the override specifier when overriding virtual
functions. This helps prevent errors when a subclass tries to create a
function with the same name as a virtual function in a super-class but
with a different purpose.

* clang-format

* Upload logs on failure

* Add override to unsupported.hpp

* cmake: Make -Wsuggest-override flag conditional
2021-01-04 10:38:43 +01:00
..
ISSUE_TEMPLATE github: Typo in build issue template (#2260) 2020-12-02 15:16:15 +01:00
workflows Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
FUNDING.yml Create FUNDING.yml 2020-12-23 17:27:36 +01:00
PULL_REQUEST_TEMPLATE.md github: Add PR template 2020-11-26 21:00:40 +01:00