fix compile issue (nw)

This commit is contained in:
Miodrag Milanovic 2016-05-27 21:14:59 +02:00
parent d5ab8823ea
commit 79fa1090cf

View File

@ -811,6 +811,8 @@ end
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
buildoptions {
"-Wno-switch",
}
buildoptions_cpp {
"-Wno-unknown-pragmas",
}
end