regex.o refuse to build with --enable-gcc-warnings

2013-07-09 Thread Charlie Brown
regex.o refuse to build when I build from tar git source (with latest gnulib source) today, which turns on --enable-gcc-warnings by default. I can finish the compilation by .configure --disable-gcc-warnings. Can you fix this warning here? Thanks a lot! And thank you for making such good tools!

Re: fnmatch.c refuse to build with --enable-gcc-warnings

2013-07-07 Thread Charlie Brown
> Thanks, I pushed this fix into gnulib: Wow, thank you! Sincerely, 王文鑫 Charlie

fnmatch.c refuse to build with --enable-gcc-warnings

2013-07-06 Thread Charlie Brown
fnmatch.c refuse to build when I build from diffutils git source (with latest gnulib source) today, which turns on --enable-gcc-warnings by default. coreutils git source won't build, too, for the same reason. I know I can finish the compilation by .configure --disable-gcc-warnings. Anyway, I'm not