diff options
| author | comex <comexk@gmail.com> | 2014-08-23 15:27:33 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2014-08-24 15:56:41 -0400 |
| commit | cf01f47b52480a4baaa4494a6e05f000360f4f9e (patch) | |
| tree | 9050b0ab407538a9d7ca317c0609a78e5ae2f917 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | e0f35e0e59983bad2c3ccad061ef9c80d8152c64 (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
