mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 17:12:27 +00:00
Ignore all non syntax error warnings from lua bindings.
luabind is auto generated so we don't want to check the warnings from this library, just check to be sure it won't cause a compile issue.
This commit is contained in:
parent
24369f4110
commit
78423ebcd0
@ -28,7 +28,7 @@ ADD_LIBRARY(luabind ${lb_sources} ${lb_headers})
|
||||
|
||||
|
||||
IF(UNIX)
|
||||
ADD_DEFINITIONS(-fPIC)
|
||||
ADD_DEFINITIONS(-fPIC -fsyntax-only)
|
||||
ENDIF(UNIX)
|
||||
|
||||
SET(LIBRARY_OUTPUT_PATH ../Bin)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user