Follow-up Comment #1, bug #14614 (project findutils):

The code is valid in C99, but some people are still using C89 compilers, so
the fix should be applied.

Also, regexprops.c could use some work, too:

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../gnulib/lib     -g2
-Wall -Werror -MT regexprops.o -MD -MP -MF ".deps/regexprops.Tpo" -c -o
regexprops.o regexprops.c; \
then mv -f ".deps/regexprops.Tpo" ".deps/regexprops.Po"; else rm -f
".deps/regexprops.Tpo"; exit 1; fi
regexprops.c: In function `describe_regex_syntax':
regexprops.c:434: warning: control reaches end of non-void function
regexprops.c: At top level:
regexprops.c:71: warning: 'table_item' defined but not used
regexprops.c:79: warning: 'code' defined but not used
regexprops.c:106: warning: 'begintable_asis' defined but not used


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14614>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to