Skip to content

Commit

Permalink
Suppressed a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Feb 18, 2015
1 parent ebea8ca commit 2a923a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PulsingHalo/MultiplePulsingHaloLayer.m
Expand Up @@ -75,7 +75,7 @@ - (void)buildSublayers {
[self addSublayer:layer];
});
}
NSLog(@"sub count:%i", self.sublayers.count);
NSLog(@"sub count:%lu", (unsigned long)self.sublayers.count);
}

- (void)dealloc {
Expand Down
6 changes: 1 addition & 5 deletions PulsingHaloDemo.xcodeproj/project.pbxproj
Expand Up @@ -214,7 +214,7 @@
8AC907091850659E00A74F2E /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0500;
LastUpgradeCheck = 0620;
ORGANIZATIONNAME = "Shuichi Tsutsumi";
TargetAttributes = {
8AC907311850659E00A74F2E = {
Expand Down Expand Up @@ -325,7 +325,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand Down Expand Up @@ -364,7 +363,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand Down Expand Up @@ -424,7 +422,6 @@
8AC907471850659E00A74F2E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/PulsingHaloDemo.app/PulsingHaloDemo";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
Expand All @@ -447,7 +444,6 @@
8AC907481850659E00A74F2E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/PulsingHaloDemo.app/PulsingHaloDemo";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
Expand Down

0 comments on commit 2a923a6

Please sign in to comment.