diff options
| author | Michael Maltese <michaeljosephmaltese@gmail.com> | 2017-03-21 23:09:14 -0700 |
|---|---|---|
| committer | Michael Maltese <michaeljosephmaltese@gmail.com> | 2017-03-21 23:25:17 -0700 |
| commit | 9e430cbdd63fb7f2e435306a6ca6089d3109144c (patch) | |
| tree | d8e32a0e9394ff9edfe6b6490c6622292182f94e /Source/Core/VideoCommon/TextureCacheBase.cpp | |
| parent | f03fa54bcbe5b47b22d3731a2f5dab3d9a7bf3f9 (diff) | |
Breakpoints.cpp: fix format string warnings
Fixes warnings:
```
dolphin/Source/Core/Core/PowerPC/BreakPoints.cpp:246:89: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
debug_interface->GetDescription(pc).c_str(), write ? "Write" : "Read", size * 8,
^~~~~~~~
dolphin/Source/Core/Core/PowerPC/BreakPoints.cpp:245:50: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat]
NOTICE_LOG(MEMMAP, "MBP %08x (%s) %s%zu %0*x at %08x (%s)", pc,
~~~^
```
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions
