my mistake (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-06 18:52:40 +02:00
parent c69ec4dea6
commit 60d67c8c12

View File

@ -633,7 +633,7 @@ if _OPTIONS["VERBOSE"] then
end
-- only show deprecation warnings when enabled
if _OPTIONS["DEPRECATED"]=="1" then
if _OPTIONS["DEPRECATED"]~="1" then
buildoptions {
"-Wno-deprecated-declarations"
}