Skip to content

Commit

Permalink
Cast to unsigned to avoid clang format string warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Aug 31, 2012
1 parent 39fb02f commit 82dca52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/machine.m.motemplate
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const struct <$managedObjectClassName$>FetchedProperties <$managedObjectClassNam
break;
default:
NSLog(@"WARN fetch request <$FetchRequest.name$>: 0 or 1 objects expected, %u found (substitutionVariables:%@, results:%@)",
[results count],
(unsigned)[results count],
substitutionVariables,
results);
}
Expand Down

0 comments on commit 82dca52

Please sign in to comment.