]> granicus.if.org Git - clang/commit
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)
commit00a8541416df6e2ca8b298759267bea479b6adfb
treeab46b747caac76c70e12ea2b1c433e36c5d55126
parentf22ae6512dec60d9e526fe55b988f8d42ced5b57
Silence -Wformat on platforms where uint64_t is unsigned long.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167249 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp