View Single Post
  #3  
Old 09-02-2007, 02:02 AM
WildcardX
Developer
 
Join Date: Apr 2003
Posts: 589
Default

Actually..

I remember in my first CSCI courses with C++ my instructor putting it like this.. "in systems development, treat warnings like errors and errors as worst errors.".

Warnings really shouldnt be ignored, but yes they are normal for the eqemu code atm. Most of those warnings are flagging things like deprecated functions and such, which are serious in their own right, but are not preventing a compiling of the binaries from succeeding.

My point is this. if you or anyone else here would like to clean these up, which is rather simple really just time consuming, go ahead and do so and just post a diff of the changes to remedy the warnings and we'll happily incorporate them into the eqemu repository.

Otherwise, enjoy the game!
__________________
Read my developer notes at my blog.

Quote:
If it's not on IRC, it ain't l33t!
Reply With Quote