View Single Post
  #2  
Old 09-22-2005, 10:15 PM
Dakaar
Sarnak
 
Join Date: Apr 2003
Posts: 53
Default

It should be worth noting that this bug as pasted from another thread around 2004 is still in the current CVS


Quote:

EDIT: An additonal tip for getting this compiled with gcc-3.4: in common/EQNetwork.cpp, on line 73, change
Code:
HI_LOSWAPlong (type x) to
Code:
HI_LOSWAPlong (type a)
it references type x but x is not used in the function, a is.
Reply With Quote