Silence -Wformat on platforms where uint64_t is unsigned long.
authorMatt Beaumont-Gay <matthewbg@google.com>
Thu, 1 Nov 2012 20:26:42 +0000 (20:26 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Thu, 1 Nov 2012 20:26:42 +0000 (20:26 +0000)
commit4a2874ecc6e44a6f22876c52284d83b5282dd3c1
tree0439d1c5736b758b85a962fd8198606133b5f655
parent0eece8d7f5b061628ab6bb8c771a37cacc305257
Silence -Wformat on platforms where uint64_t is unsigned long.

llvm-svn: 167249
clang/lib/CodeGen/CGObjCMac.cpp