From 9e48cf1842cb246ddeabbb40dbf90eb242d53678 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Sat, 3 May 2014 06:41:05 +0200 Subject: note -fno-warn-unused-do-bind in STYLE Ignore-this: 2cc267afbcded7fa7e775d8ba750375c darcs-hash:20140503044105-1499c-b4ced6cf8e8703f1e932d5ca8eac5471133e8af9.gz --- STYLE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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` -- cgit v1.2.3