Re: warning: comparison is always false due to limited range of data type

2005-06-21 Thread Jim Meyering
"Oskar Liljeblad" <[EMAIL PROTECTED]> wrote: > What's the proper way to fix these warnings? > > quotearg.c: In function `quotearg_n_options': > quotearg.c:586: warning: comparison is always false due to limited range of > data type Paul, if you don't find a way to eliminate the warning by changing

Re: should argp depend on unlocked-io?

2005-06-21 Thread Sergey Poznyakoff
Oskar Liljeblad <[EMAIL PROTECTED]> wrote: > Should argp depend on unlocked-io or should the line > > AC_REQUIRE([gl_FUNC_GLIBC_UNLOCKED_IO]) > > be removed from m4/argp.m4? If you keep it and don't > include unlocked-io along with argp, you'll get this > warning during automake: In my opinio