Displaying 1 result from an estimated 1 matches for "ma1_funct".
2011 Dec 25
1
install warning on fedora 16
...ing: variable ‘rhograd’ set but not used
[-Wunused-but-set-variable]
gcc -m32 -std=gnu99 -I/usr/include/R -I/usr/local/include -fpic -O2 -g
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tables -c ma1_functions.c -o ma1_functions.o
ma1_functions.c: In function ‘calc_ma1_hessian’:
ma1_functions.c:246:10: warning: variable ‘alphagrad’ set but not used
[-Wunused-but-set-variable]
ma1_functions.c:245:10: warning: variable ‘betagrad’ set but not used
[-Wunused-but-set-variable]
ma1_functions.c:244:10: warn...