Disable GCC warning triggered by wxWidgets.

This was SVN commit r15223.
This commit is contained in:
Ykkrosh 2014-05-26 13:38:09 +00:00
parent b7281c629c
commit b78c38b935

View File

@ -1038,6 +1038,9 @@ function setup_atlas_project(project_name, target_type, rel_source_dirs, rel_inc
buildoptions { "-rdynamic", "-fPIC" } buildoptions { "-rdynamic", "-fPIC" }
linkoptions { "-fPIC", "-rdynamic" } linkoptions { "-fPIC", "-rdynamic" }
-- warnings triggered by wxWidgets
buildoptions { "-Wno-unused-local-typedefs" }
elseif os.is("macosx") then elseif os.is("macosx") then
-- install_name settings aren't really supported yet by premake, but there are plans for the future. -- install_name settings aren't really supported yet by premake, but there are plans for the future.
-- we currently use this hack to work around some bugs with wrong install_names. -- we currently use this hack to work around some bugs with wrong install_names.