This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new release candidate (gsl-1.5.90)


> Please let me know if you can build and run your application(s) with
> it successfully and run "make check", or if there are any problems.

(pentium M 1.6 GHz) (linux-2.6.10) (gcc-4.0 debian experimental)
with
./configure CC=/usr/bin/gcc-4.0 CFLAGS="-W -Wall -g -O2"

(1)
make_all_stderr (see file attached) without errors
just some interesting warnings (for future janitor tasks or TODO list)
like
- "dereferencing type-punned pointer will break strict-aliasing rules"
  (many)
- "'s' may be used uninitialized in this function" (one, easy to
  understand)
- "unused parameter" (some)
- "signed and unsigned type in conditional expression" (one)

(2)
make_check_stderr (see file attached) without errors
(just some non-trivial warnings)

-- 
Carlo Perassi - http://www.linux.it/~carlo/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]