View Single Post
  #5  
Old 03-31-2003, 07:13 PM
Ethereal
Fire Beetle
 
Join Date: Mar 2003
Location: Canada
Posts: 17
Default

Last occurance of an unused variable
-----------------------------------------------

gcc32 -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O -ggdb -march=i686 -pipe -D_THREAD_SAFE -D__USE_UNIX98 -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/local/include/mysql -I/usr/local/include/pthread/linuxthreads parser.cpp -o parser.o
parser.cpp: In member function `void Parser::MakeVars(const char*)':
parser.cpp:167: warning: cast from `const char*' to `char*' discards qualifiers
from pointer target type
parser.cpp:170: warning: cast from `const char*' to `char*' discards qualifiers
from pointer target type
parser.cpp: In member function `void Parser::EnumerateVars(char*)':
parser.cpp:419: warning: comparison between signed and unsigned integer
expressions
parser.cpp: In member function `void Parser::CommandEx(char*, unsigned int,
Mob*, Client*)':
parser.cpp:619: warning: unused variable `int8 guildwarset'
parser.cpp:690: warning: cast to pointer from integer of different size
parser.cpp:698: warning: cast to pointer from integer of different size
parser.cpp:720: warning: NULL used in arithmetic
__________________
Ethereal - The Master Of Spirits
Un-Official EQEMU FreeBSD Complainist
A.K.A - Pain in the ass
_________________
Reply With Quote