Skip to content

Commit

Permalink
Removed defaulted GCC_WARN_ABOUT_RETURN_TYPE flag
Browse files Browse the repository at this point in the history
  • Loading branch information
David Taylor committed Feb 6, 2013
1 parent 6e42a9f commit b96d44a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Kit/Xcode/ProjectFileTemplate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,11 @@ buildConfigurations libDirs = let libSearch = librarySearchPaths libDirs in [
"buildConfigurations" ~> arr [buildConfiguration "Debug" (Just kitConfigRefUUID) [
"GCC_C_LANGUAGE_STANDARD" ~> val "c99",
"GCC_OPTIMIZATION_LEVEL" ~> val "0",
"GCC_WARN_ABOUT_RETURN_TYPE" ~> val "YES",
"OTHER_LDFLAGS" ~> val "-ObjC",
"SDKROOT" ~> val "iphoneos",
libSearch ]
, buildConfiguration "Release" (Just kitConfigRefUUID) [
"GCC_C_LANGUAGE_STANDARD" ~> val "c99",
"GCC_WARN_ABOUT_RETURN_TYPE" ~> val "YES",
"OTHER_LDFLAGS" ~> val "-ObjC",
"SDKROOT" ~> val "iphoneos",
libSearch
Expand Down

0 comments on commit b96d44a

Please sign in to comment.