﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
373	long double warning caused by gsl on OSX	jhoblitt	robert.desonia@…	"I'm not sure why gcc isn't complaining about this on any other platform.

A kludgy solution is to set CFLAG=""-Wno-long-double"" (which is picked up by
configure).  I'm not sure exactly what the long term solution should be.  The
idea of just globaly setting ""-Wno-long-double isn't very appealing to me. 
Perhaps the best solution is to disable the warning just for psMatrix.c.

--
In file included from
/Users/jhoblitt/prefix/include/gsl/gsl_matrix_complex_long_double.h:26,
                 from /Users/jhoblitt/prefix/include/gsl/gsl_matrix.h:4,
                 from psMatrix.c:33:
/Users/jhoblitt/prefix/include/gsl/gsl_complex.h:39: warning: use of `long
double' type; its size may change in a future release
/Users/jhoblitt/prefix/include/gsl/gsl_complex.h:39: warning: (Long double usage
is reported only once for each file.
/Users/jhoblitt/prefix/include/gsl/gsl_complex.h:39: warning: To disable this
warning, use -Wno-long-double.)
make[4]: *** [psMatrix.lo] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
--"	defect	closed	high		sys	0.5.0	major	fixed		
