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: Doubts...


Ho Tim Hou writes:
 > cc: Info: /users/hotimhou/Include/gsl/gsl_complex.h, line 39: In
 > this declaration, type long double has the same representation as
 > type double on this platform and is treated as a synonym for type
 > double in this compilation mode. (longdoubleny1)
 > typedef long double *  gsl_complex_packed_long_double ;
 > --------^
 > 
 > I'm compiling on a Compaq Tru64 Unix powered by an Alpha. The
 > program works fine though.... Is it a warning that is safe to
 > ignore and how do I get rid of that message for future
 > compilations? 

Yes, it's safe to ignore.  There's probably an option to turn it off
on your compiler.

Brian


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