From: jose m. <let...@us...> - 2012-02-29 17:19:19
|
El lun, 27-02-2012 a las 21:50 +0100, Michał Borychowski escribió: > Hi Jose! > > But we cannot see any "warnings" in the attached files...? Where exactly is the problem? > > > Regards > Michal > * Ups ...., sorry .. gcc -DHAVE_CONFIG_H -I. -I.. -I../mfsmaster -I../mfscommon -DAPPNAME=mfsmetarestore -DMETARESTORE -D_GNU_SOURCE -std=c99 -g -O2 -W -Wall -Wshadow -pedantic -MT filesystem.o -MD -MP -MF .deps/filesystem.Tpo -c -o filesystem.o `test -f '../mfsmaster/filesystem.c' || echo './'`../mfsmaster/filesystem.c ../mfsmaster/filesystem.c: In function ‘fs_storeedge’: ../mfsmaster/filesystem.c:6000:9: warning: variable ‘happy’ set but not used [-Wunused-but-set-variable] ../mfsmaster/filesystem.c: In function ‘fs_storenode’: ../mfsmaster/filesystem.c:6166:9: warning: variable ‘happy’ set but not used [-Wunused-but-set-variable] ../mfsmaster/filesystem.c: In function ‘fs_storefree’: ../mfsmaster/filesystem.c:6848:9: warning: variable ‘happy’ set but not used [-Wunused-but-set-variable] ../mfsmaster/filesystem.c: In function ‘fs_store’: ../mfsmaster/filesystem.c:6917:9: warning: variable ‘happy’ set but not used [-Wunused-but-set-variable] ../mfsmaster/filesystem.c: In function ‘fs_emergency_storeall’: ../mfsmaster/filesystem.c:7116:9: warning: variable ‘happy’ set but not used [-Wunused-but-set-variable] ../mfsmaster/filesystem.c: In function ‘fs_storeall’: ../mfsmaster/filesystem.c:7274:9: warning: variable ‘happy’ set but not used [-Wunused-but-set-variable] ..... .... * As a result I had a problem with cgiserv. |