Skip to content

Commit

Permalink
Merge pull request #8 from CodaFi/master
Browse files Browse the repository at this point in the history
Unwarn
  • Loading branch information
CodaFi committed May 8, 2015
2 parents 02d8b76 + 5827d5e commit ee42fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swiftx/Error.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
///
/// TODO: Find a way to silence this warning [-wunreachable-code]
public func error<A>(x : String) -> A {
return fatalError(x) as! A
fatalError(x)
}

/// A special case of error.
Expand Down

0 comments on commit ee42fa9

Please sign in to comment.