diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2014-05-03 06:41:05 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2014-05-03 06:41:05 +0200 |
commit | 9e48cf1842cb246ddeabbb40dbf90eb242d53678 (patch) | |
tree | 71fe57cfcb72680619ad73b7e76d25f130c8f1e8 /STYLE | |
parent | 790ade0322b101bf696ec67e8a41289ad782bd65 (diff) | |
download | xmonad-9e48cf1842cb246ddeabbb40dbf90eb242d53678.tar.gz xmonad-9e48cf1842cb246ddeabbb40dbf90eb242d53678.tar.xz xmonad-9e48cf1842cb246ddeabbb40dbf90eb242d53678.zip |
note -fno-warn-unused-do-bind in STYLE
Ignore-this: 2cc267afbcded7fa7e775d8ba750375c
darcs-hash:20140503044105-1499c-b4ced6cf8e8703f1e932d5ca8eac5471133e8af9.gz
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` |