From f837b830fcfe7ac9677493446d1efa38d6b8d5a9 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Sat, 3 May 2014 04:41:05 +0000 Subject: [PATCH] note -fno-warn-unused-do-bind in STYLE --- 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`