Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Resolve a static analyzer warning. #124

Merged
merged 1 commit into from
Mar 8, 2019
Merged

Resolve a static analyzer warning. #124

merged 1 commit into from
Mar 8, 2019

Conversation

jverkoey
Copy link
Contributor

@jverkoey jverkoey commented Mar 8, 2019

The warning was:

nil passed to a callee that requires a non-null 3rd parameter

This warning was correctly identifying that the public API for the animator was mis-typed as nonnull. The API has been updated to reflect the fact that a nil value is accepted.

The warning was:

    nil passed to a callee that requires a non-null 3rd parameter

This warning was correctly identifying that the public API for the animator was mis-typed as nonnull. The API has been updated to reflect the fact that a nil value is accepted.
@codecov
Copy link

codecov bot commented Mar 8, 2019

Codecov Report

Merging #124 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #124   +/-   ##
========================================
  Coverage    87.92%   87.92%           
========================================
  Files            9        9           
  Lines          613      613           
========================================
  Hits           539      539           
  Misses          74       74

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 ecb7541...25a5e77. Read the comment docs.

@jverkoey jverkoey merged commit 0dce7f8 into develop Mar 8, 2019
@jverkoey jverkoey deleted the analyzer branch March 8, 2019 18:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants