polybar-dwm/include/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.hpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
builder.hpp New Tag Parser (#2303) 2020-12-17 20:37:28 +01:00
command_line.hpp feat(command_line): Properly handle positional args 2017-01-13 04:47:25 +01:00
config_parser.hpp config: Better error messages when opening files 2020-11-26 21:06:35 +01:00
config.hpp Print error message for invalid color strings 2020-11-27 22:08:03 +01:00
controller.hpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
ipc.hpp ipc: Remove unused global setting 2019-11-01 11:12:40 +01:00
logger.hpp fix(logger): Wrong conversion function called 2020-12-12 01:43:12 +01:00
renderer.hpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
screen.hpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
taskqueue.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
types.hpp New Tag Parser (#2303) 2020-12-17 20:37:28 +01:00