polybar/cmake
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
..
common cmake: Mark checklib variables as advanced 2020-12-24 02:20:38 +01:00
modules Cleanup 2020-12-24 02:20:38 +01:00
templates cmake: Add option to enable/disable sample config 2020-12-24 02:20:38 +01:00
01-core.cmake cmake: Add option to enable/disable shell files 2020-12-24 02:20:38 +01:00
02-opts.cmake Add cmake files for configuring individual targets 2020-12-24 02:20:38 +01:00
04-targets.cmake cmake: Add option to enable/disable sample config 2020-12-24 02:20:38 +01:00
05-summary.cmake cmake: Add option to enable/disable shell files 2020-12-24 02:20:38 +01:00
cxx.cmake Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
libpoly.cmake Add cmake files for configuring individual targets 2020-12-24 02:20:38 +01:00