note -fno-warn-unused-do-bind in STYLE

This commit is contained in:
Adam Vogt 2014-05-03 04:41:05 +00:00
parent 939c0558e6
commit f837b830fc

3
STYLE
View File

@ -7,7 +7,8 @@
* Follow the coding style of the other modules. * 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 * Partial functions should be avoided: the window manager should not
crash, so do not call `error` or `undefined` crash, so do not call `error` or `undefined`