appsquickly / typhoon

Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨
https://pilgrim.ph
Apache License 2.0
2.7k stars 269 forks source link

Fixed "This block declaration is not a prototype" warnings. #576

Closed manolosavi closed 6 years ago

manolosavi commented 6 years ago

Just changing the warnings this time with no changes to settings, this should now work for all targets without the need to update Xcode's recommended settings… I did a search through the project and fixed all the ones I could find, hopefully I didn't miss any.

codecov-io commented 6 years ago

Codecov Report

Merging #576 into master will not change coverage. The diff coverage is 71.42%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #576   +/-   ##
=======================================
  Coverage   87.02%   87.02%           
=======================================
  Files         297      297           
  Lines        8036     8036           
  Branches      542      542           
=======================================
  Hits         6993     6993           
  Misses        765      765           
  Partials      278      278
Impacted Files Coverage Δ
...nition/Internal/TyphoonBlockDefinitionController.h 100% <ø> (ø) :arrow_up:
Tests/Utils/TyphoonInvocationUtilsTestObjects.m 90.47% <0%> (ø) :arrow_up:
Tests/Utils/TyphoonInvocationUtilsTests.m 98.83% <100%> (ø) :arrow_up:
...ctory/Assembly/TestAssemblies/MiddleAgesAssembly.m 99.69% <100%> (ø) :arrow_up:
...nition/Internal/TyphoonBlockDefinitionController.m 100% <100%> (ø) :arrow_up:
Source/Factory/Internal/TyphoonCallStack.m 80% <50%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e6d42c3...b6c2fd3. Read the comment docs.