Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(9811)

Side by Side Diff: src/client/ios/Breakpad.xcodeproj/project.pbxproj

Issue 453002: Turn on more warnings in ios / mac projects. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/client/ios/BreakpadController.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 46; 6 objectVersion = 46;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 16BFA67014E195E9009704F8 /* ios_exception_minidump_generator.h i n Headers */ = {isa = PBXBuildFile; fileRef = 16BFA66E14E195E9009704F8 /* ios_ex ception_minidump_generator.h */; }; 10 16BFA67014E195E9009704F8 /* ios_exception_minidump_generator.h i n Headers */ = {isa = PBXBuildFile; fileRef = 16BFA66E14E195E9009704F8 /* ios_ex ception_minidump_generator.h */; };
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 "\"$(SRCROOT)/../mac/gcov\"", 485 "\"$(SRCROOT)/../mac/gcov\"",
486 ); 486 );
487 PRODUCT_NAME = Breakpad; 487 PRODUCT_NAME = Breakpad;
488 }; 488 };
489 name = Release; 489 name = Release;
490 }; 490 };
491 1DEB922308733DC00010E9CD /* Debug */ = { 491 1DEB922308733DC00010E9CD /* Debug */ = {
492 isa = XCBuildConfiguration; 492 isa = XCBuildConfiguration;
493 buildSettings = { 493 buildSettings = {
494 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 494 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
495 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
495 GCC_C_LANGUAGE_STANDARD = c99; 496 GCC_C_LANGUAGE_STANDARD = c99;
496 GCC_OPTIMIZATION_LEVEL = 0; 497 GCC_OPTIMIZATION_LEVEL = 0;
498 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
497 GCC_WARN_ABOUT_RETURN_TYPE = YES; 499 GCC_WARN_ABOUT_RETURN_TYPE = YES;
500 GCC_WARN_SHADOW = YES;
501 GCC_WARN_SIGN_COMPARE = YES;
502 GCC_WARN_UNINITIALIZED_AUTOS = YES;
503 GCC_WARN_UNKNOWN_PRAGMAS = YES;
504 GCC_WARN_UNUSED_FUNCTION = YES;
505 GCC_WARN_UNUSED_LABEL = YES;
498 GCC_WARN_UNUSED_VARIABLE = YES; 506 GCC_WARN_UNUSED_VARIABLE = YES;
499 HEADER_SEARCH_PATHS = ( 507 HEADER_SEARCH_PATHS = (
500 ../../, 508 ../../,
501 ../../client/apple/Framework, 509 ../../client/apple/Framework,
502 ../../common/mac, 510 ../../common/mac,
503 ); 511 );
504 OTHER_LDFLAGS = "-ObjC"; 512 OTHER_LDFLAGS = "-ObjC";
505 SDKROOT = iphoneos; 513 SDKROOT = iphoneos;
506 }; 514 };
507 name = Debug; 515 name = Debug;
508 }; 516 };
509 1DEB922408733DC00010E9CD /* Release */ = { 517 1DEB922408733DC00010E9CD /* Release */ = {
510 isa = XCBuildConfiguration; 518 isa = XCBuildConfiguration;
511 buildSettings = { 519 buildSettings = {
512 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 520 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
521 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
513 GCC_C_LANGUAGE_STANDARD = c99; 522 GCC_C_LANGUAGE_STANDARD = c99;
523 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
514 GCC_WARN_ABOUT_RETURN_TYPE = YES; 524 GCC_WARN_ABOUT_RETURN_TYPE = YES;
525 GCC_WARN_SHADOW = YES;
526 GCC_WARN_SIGN_COMPARE = YES;
527 GCC_WARN_UNINITIALIZED_AUTOS = YES;
528 GCC_WARN_UNKNOWN_PRAGMAS = YES;
529 GCC_WARN_UNUSED_FUNCTION = YES;
530 GCC_WARN_UNUSED_LABEL = YES;
515 GCC_WARN_UNUSED_VARIABLE = YES; 531 GCC_WARN_UNUSED_VARIABLE = YES;
516 HEADER_SEARCH_PATHS = ( 532 HEADER_SEARCH_PATHS = (
517 ../../, 533 ../../,
518 ../../client/apple/Framework, 534 ../../client/apple/Framework,
519 ../../common/mac, 535 ../../common/mac,
520 ); 536 );
521 OTHER_LDFLAGS = "-ObjC"; 537 OTHER_LDFLAGS = "-ObjC";
522 SDKROOT = iphoneos; 538 SDKROOT = iphoneos;
523 }; 539 };
524 name = Release; 540 name = Release;
(...skipping 16 matching lines...) Expand all
541 1DEB922308733DC00010E9CD /* Debug */, 557 1DEB922308733DC00010E9CD /* Debug */,
542 1DEB922408733DC00010E9CD /* Release */, 558 1DEB922408733DC00010E9CD /* Release */,
543 ); 559 );
544 defaultConfigurationIsVisible = 0; 560 defaultConfigurationIsVisible = 0;
545 defaultConfigurationName = Release; 561 defaultConfigurationName = Release;
546 }; 562 };
547 /* End XCConfigurationList section */ 563 /* End XCConfigurationList section */
548 }; 564 };
549 rootObject = 0867D690FE84028FC02AAC07 /* Project object */; 565 rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
550 } 566 }
OLDNEW
« no previous file with comments | « no previous file | src/client/ios/BreakpadController.mm » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted