polybar-dwm/tests/unit_tests/components
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
..
bar.cpp refactor(gtest): TestCase->TestSuite 2019-02-07 10:20:08 +01:00
command_line.cpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
config_parser.cpp fix(config_parser): Gracefully handle BOM (#2166) 2020-08-15 12:02:23 +02:00