diff options
author | Anders Carlsson <andersca@mac.com> | 2010-10-24 04:28:00 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-10-24 04:28:00 +0000 |
commit | cdbd70ac695a2d12af47ff5f1df0954f321e36f9 (patch) | |
tree | 9cf41ce6dc64b6e132ae23857ef4aeab05b0301e /clang/clang.xcodeproj | |
parent | 358900d569d408d468fd727e40942e2123af519d (diff) | |
download | bcm5719-llvm-cdbd70ac695a2d12af47ff5f1df0954f321e36f9.tar.gz bcm5719-llvm-cdbd70ac695a2d12af47ff5f1df0954f321e36f9.zip |
Move the "used but marked unused" warning behind a special warning flag for now.
llvm-svn: 117219
Diffstat (limited to 'clang/clang.xcodeproj')
-rw-r--r-- | clang/clang.xcodeproj/project.pbxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/clang.xcodeproj/project.pbxproj b/clang/clang.xcodeproj/project.pbxproj index 9c95d0a3dee..fa1e24574e8 100644 --- a/clang/clang.xcodeproj/project.pbxproj +++ b/clang/clang.xcodeproj/project.pbxproj @@ -2039,6 +2039,7 @@ isa = PBXProject; buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "clang" */; compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; hasScannedForEncodings = 1; knownRegions = ( English, |