aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2014-05-03 06:41:05 +0200
committerAdam Vogt <vogt.adam@gmail.com>2014-05-03 06:41:05 +0200
commit9e48cf1842cb246ddeabbb40dbf90eb242d53678 (patch)
tree71fe57cfcb72680619ad73b7e76d25f130c8f1e8
parent790ade0322b101bf696ec67e8a41289ad782bd65 (diff)
downloadxmonad-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
-rw-r--r--STYLE3
1 files changed, 2 insertions, 1 deletions
diff --git a/STYLE b/STYLE
index 5f86272..be23cb8 100644
--- a/STYLE
+++ b/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`