Hello, here are a few fixes for getting rid of warnings on Solaris and Tru64: the first three are just for avoiding warnings; the last one is an actual bug fix.
Thanks, Andreas Andreas Gruenbacher (4): Avoid an 'empty declaration' / 'extraneous semicolon' warning Avoid an utimes(2) warning Avoid a stupid 'const object should have initializer' warning Use AM_MISSING_PROG when making bison the default YACC here ChangeLog | 14 ++++++++++++++ lib/canonicalize-lgpl.c | 2 ++ lib/getdate.y | 2 +- lib/utimens.c | 4 ++-- m4/bison.m4 | 4 ++-- 5 files changed, 21 insertions(+), 5 deletions(-)