Re: [dev] [st PATCH 3/6] Add missing function prototypes.

2014-04-28 Thread Roberto E. Vargas Caballero
I'll apply it, thanks. -- Roberto E. Vargas Caballero

Re: [dev] [st PATCH 3/6] Add missing function prototypes.

2014-04-27 Thread noname
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.

Re: [dev] [st PATCH 3/6] Add missing function prototypes.

2014-04-27 Thread Markus Teich
noname wrote: > +static void dump(char c); Heyho, Wasn't this the function, which is never used? --Markus

[dev] [st PATCH 3/6] Add missing function prototypes.

2014-04-27 Thread noname
--- 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