addingice
04-10-2014, 04:32 PM
I've been slowly going through and removing warnings so that EQEmu can be compiled with max warnings. Luabind produces a staggering amount of warnings. I was wondering if this was an auto generated library or a 'standard' library as part of the lua project? (like I have for the perl includes)
If it is then I will just mark it to be forced to a lower warning level (since we don't care about the warnings since we don't want to be using a custom lua build)
On the other hand, if it's something we produced to bind to lua then I probably should go through and remove the warnings.
If it is then I will just mark it to be forced to a lower warning level (since we don't care about the warnings since we don't want to be using a custom lua build)
On the other hand, if it's something we produced to bind to lua then I probably should go through and remove the warnings.