mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
note -fno-warn-unused-do-bind in STYLE
This commit is contained in:
parent
939c0558e6
commit
f837b830fc
3
STYLE
3
STYLE
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user