Fix Xcode 6.3 Beta compiler warnings

This commit is contained in:
Andreas Linde
2015-02-10 14:47:37 +01:00
parent afc644b0fb
commit 06f73f10d3
2 changed files with 3 additions and 3 deletions

View File

@@ -606,7 +606,7 @@ typedef NS_ENUM(NSInteger, BITUpdateAlertViewTag) {
if (!self.checkInProgress) {
if (!_lastUpdateCheckFromBlockingScreen ||
abs([NSDate timeIntervalSinceReferenceDate] - [_lastUpdateCheckFromBlockingScreen timeIntervalSinceReferenceDate]) > 60) {
fabs([NSDate timeIntervalSinceReferenceDate] - [_lastUpdateCheckFromBlockingScreen timeIntervalSinceReferenceDate]) > 60) {
_lastUpdateCheckFromBlockingScreen = [NSDate date];
[self checkForUpdateShowFeedback:NO];
}