On Mon, Sep 10, 2018 at 12:47:34PM +0200, Fabian Klötzl wrote:
> Thanks for reporting. There were plenty of string related errors. Fixed in
> git repo.

Hmmm, the string related errors are gone - thanks


/usr/bin/gcc -O3 -ffast-math -fstrict-aliasing -funroll-loops 
-fomit-frame-pointer -Wall -Werror -pedantic -std=c99 -Wno-unused-result 
-Wformat-truncation=0 -pthread  -c logistic_dist.c
logistic_dist.c: In function 'evallogisticML':
logistic_dist.c:172:1: error: 'reciptmp.16' is used uninitialized in this 
function [-Werror=uninitialized]
 evallogisticML(const double *x, const int n,
 ^~~~~~~~~~~~~~
cc1: all warnings being treated as errors


Do you have any idea how to fix this?

Kind regards

       Andreas.

-- 
http://fam-tille.de

Reply via email to