On 7 Nov 2012, at 18:40, Akim Demaille wrote:
> Tomorrow, or so, I will send this message more broadly, unless
> someone uncovers some issue.
Using clang (as below) on Mac OS X 10.7.5, I got some warnings. All tried test
passed, though.
Hans
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
...
CC error.o
../../bison-2.6.5/lib/error.c:381:12: warning: data argument not used by format
string [-Wformat-extra-args]
file_name, line_number);
^
1 warning generated.
...
AR libbison.a
/usr/bin/ranlib: file: libbison.a(fd-hook.o) has no symbols
/usr/bin/ranlib: file: libbison.a(threadlib.o) has no symbols
ranlib: file: libbison.a(fd-hook.o) has no symbols
ranlib: file: libbison.a(threadlib.o) has no symbols
...