Skip to content

Commit

Permalink
remove warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Ney committed Nov 11, 2014
1 parent 0f1db93 commit 1beffc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Example/RootTableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ - (void)testSQLiteTypes {
}

if (testResult.testBool == testObject.testBool) {
NSLog(@"BOOL OK - (%hhd)", testResult.testBool);
NSLog(@"BOOL OK - (%d)", testResult.testBool);
} else {
NSLog(@"BOOL KO!");
}
Expand Down
Binary file not shown.

0 comments on commit 1beffc4

Please sign in to comment.