polybar-dwm/include/events
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
..
signal_emitter.hpp Print error message for invalid color strings 2020-11-27 22:08:03 +01:00
signal_fwd.hpp Incorporate Reviews 2019-08-06 21:36:20 +02:00
signal_receiver.hpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
signal.hpp New Tag Parser (#2303) 2020-12-17 20:37:28 +01:00
types.hpp refactor: Integral types 2017-01-24 07:11:14 +01:00