search for: splmdic

Displaying 1 result from an estimated 1 matches for "splmdic".

Did you mean: spamdir
2008 Apr 03
2
g++ 4.3 warning: deprecated conversion from string constant to ‘char*’
...his seems to be something new with g++ 4.3, because the same code compiled without warnings with previous versions. Has anyone else had theses warnings? Any fixes? I have included some example output below. Each warning corresponds to an Rprintf call. andy at friend:~/Rdevel/tmp$ R CMD SHLIB splmDIC.cpp covmodel.cpp util.cpp g++-4.3 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I/usr/local/include -fpic -g -O2 -c splmDIC.cpp -o splmDIC.o splmDIC.cpp: In function ?SEXPREC* splmDIC(SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*,...