octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnulib warnings when compiling Faddeeva.cc


From: Jordi Gutiérrez Hermoso
Subject: gnulib warnings when compiling Faddeeva.cc
Date: Fri, 7 Dec 2012 14:47:42 -0500

I just noticed these:

/home/jordi/coding/vcs/octave-devel/liboctave/cruft/Faddeeva/Faddeeva.cc:
In function 'cmplx Faddeeva::w(cmplx, double)':
/home/jordi/coding/vcs/octave-devel/liboctave/cruft/Faddeeva/Faddeeva.cc:689:
warning: call to 'floor' declared with attribute warning: The symbol
::floor refers to the system function. Use gnulib::floor instead.
/home/jordi/coding/vcs/octave-devel/liboctave/cruft/Faddeeva/Faddeeva.cc:877:
warning: call to 'floor' declared with attribute warning: The symbol
::floor refers to the system function. Use gnulib::floor instead.
/home/jordi/coding/vcs/octave-devel/liboctave/cruft/Faddeeva/Faddeeva.cc:902:
warning: call to 'copysign' declared with attribute warning: The
symbol ::copysign refers to the system function. Use gnulib::copysign
instead.

Is it ok to perform the suggested replacements for gnulib functions?

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]