I'll apply it, thanks.
--
Roberto E. Vargas Caballero
On Sun, Apr 27, 2014 at 06:32:36PM +0200, Markus Teich wrote:
> noname wrote:
> > +static void dump(char c);
>
> Heyho,
>
> Wasn't this the function, which is never used?
>
> --Markus
>
It is. After I made it static, gcc gives a warning about it, so I
removed it later in the same patchset.
noname wrote:
> +static void dump(char c);
Heyho,
Wasn't this the function, which is never used?
--Markus
---
st.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/st.c b/st.c
index afede52..6abda84 100644
--- a/st.c
+++ b/st.c
@@ -394,6 +394,7 @@ static int32_t tdefcolor(int *, int *, int);
static void tselcs(void);
static void tdeftran(char);
static inline bool match(uint, uint);
+static