PDA

View Full Version : Luabind warnings


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.

lerxst2112
04-10-2014, 06:36 PM
Luabind is a 3rd party library. http://www.rasterbar.com/products/luabind.html

addingice
04-10-2014, 10:00 PM
ok then, fixing it so the warnings are suppressed it is!