set for all clangs (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-28 09:07:30 +02:00
parent 3b3f872d68
commit 4a07723b60

View File

@ -630,11 +630,9 @@ project "portaudio"
local version = str_to_version(_OPTIONS["gcc_version"])
if string.find(_OPTIONS["gcc"], "clang") then
if (version >= 30500) then
buildoptions {
"-Wno-unknown-warning-option",
}
end
buildoptions_c {
"-Wno-unknown-warning-option",
}
end
configuration { "vs*" }