On Mon, 19 Nov 2012 01:20:58 -0800 Paul Eggert <egg...@cs.ucla.edu> wrote:
> On 11/18/2012 03:03 PM, Ivan Burbakov wrote: > > what is a proper fix? > > Hard to say, as there's not enough info there. I can email any info, just ask. > > What's the output of this command? It's one of the failing commands, > but with -E replacing -c so that we can see the preprocessor output. > > x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../intl > -Ino/include -march=native -pipe -O2 -E argp-fs-xinl.c That's it: https://gist.github.com/4107950#file_gcc_argp_fs_xinl.c.log I can grep this line in it: extern __typeof__ (gets) gets __attribute__ ((__warning__ ("gets is a security hole - use fgets instead"))); but don't know what to do with it.