Re: [RP] [PATCH] Kill gcc unused function warning

2016-11-24 Thread Jeremie Courreges-Anglas
Mathieu OTHACEHE writes: > The xrandr_rotation_string function is used only if DEBUG is enabled. Pushed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE ___ Ratpoison-devel mailing list Ratpoison-devel@nongnu.o

[RP] [PATCH] Kill gcc unused function warning

2016-11-24 Thread Mathieu OTHACEHE
The xrandr_rotation_string function is used only if DEBUG is enabled. --- Hi Jeremie, Here's a small patch to be applied on xrandr branch. Thanks, Mathieu src/xrandr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xrandr.c b/src/xrandr.c index 2534099..f1f3ef5 100644 --- a/src/xran