Re: prewarm compiler warnings

2018-11-23 Thread Alvaro Herrera
On 2018-Nov-23, Erik Rijkers wrote: > gcc-6.3.0 complains about this: > > autoprewarm.c: In function ‘autoprewarm_main’: > autoprewarm.c:210:9: warning: variable ‘rc’ set but not used > [-Wunused-but-set-variable] >int rc; > > The warning comes only in master. Yeah, it's fairly new. I no

prewarm compiler warnings

2018-11-23 Thread Erik Rijkers
gcc-6.3.0 complains about this: autoprewarm.c: In function ‘autoprewarm_main’: autoprewarm.c:210:9: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] int rc; The warning comes only in master. The warnings are a bit annoying; the attached silences them by removing those