summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2014-08-23 15:27:33 -0400
committercomex <comexk@gmail.com>2014-08-24 15:56:41 -0400
commitcf01f47b52480a4baaa4494a6e05f000360f4f9e (patch)
tree9050b0ab407538a9d7ca317c0609a78e5ae2f917 /Source/Core/VideoCommon/CommandProcessor.cpp
parente0f35e0e59983bad2c3ccad061ef9c80d8152c64 (diff)
Fix bloody printf specifiers.
In particular, even in code that only runs on x86-64, you can't use PRIx64 for size_t because, on OS X, one is unsigned long and the other is unsigned long long and clang whines about the difference. I guess you could make a size_t specifier macro, but those are horribly ugly, so I just used casting. Anyone want to make a nice (and slow) template-based printf? Now without bare 'unsigned'.
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
0 files changed, 0 insertions, 0 deletions