diff options
Diffstat (limited to 'STYLE')
-rw-r--r-- | STYLE | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ * Follow the coding style of the other modules. -* Code should be compilable with -Wall -Werror. There should be no warnings. +* Code should be compilable with -Wall -Werror -fno-warn-unused-do-bind. + There should be no warnings. * Partial functions should be avoided: the window manager should not crash, so do not call `error` or `undefined` |