1433 Compile warnings

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: 1433 Compile warnings

Re: 1433 Compile warnings

by Graf Zahl » Sat Feb 21, 2009 2:56 pm

Seems I forgot to remove this after testing.

1433 Compile warnings

by Enjay » Sat Feb 21, 2009 1:48 pm

Code: Select all

r_things.cpp
.\src\r_things.cpp(780) : warning C4101: 'lexx' : unreferenced local variable
.\src\r_things.cpp(779) : warning C4101: 'min' : unreferenced local variable
.\src\r_things.cpp(779) : warning C4101: 'max' : unreferenced local variable
r_sky.cpp

Code: Select all

f:\doom\zdoomsource\zdoomsrccomp\src\r_things.cpp(791) : warning C4700: uninitialized local variable 'mid' used

Top