synced with scummvm

This commit is contained in:
Pawel Kolodziejski 2012-02-10 07:51:41 +01:00
parent cdd1831d23
commit 5fc7ac39ee
97 changed files with 8634 additions and 6380 deletions

View file

@ -576,7 +576,7 @@ int main(int argc, char *argv[]) {
// The following are not warnings at all... We should consider adding them to
// a different list of parameters.
//ResidualVM: disabled:
globalWarnings.push_back("-fno-rtti");
// globalWarnings.push_back("-fno-rtti");
globalWarnings.push_back("-fno-exceptions");
globalWarnings.push_back("-fcheck-new");