diff options
| author | N00byKing <N00byKing@hotmail.de> | 2018-03-19 17:07:08 +0100 |
|---|---|---|
| committer | N00byKing <N00byKing@hotmail.de> | 2018-03-19 17:07:08 +0100 |
| commit | ef875d6a356fef22d52ec2cdf2a326297740ff66 (patch) | |
| tree | 8565762859d7be0329fb5991819b8381c690527d /src/video_core | |
| parent | b2d7c92caee6f916ac9b3aa3476a5ceafc8e6e0f (diff) | |
Clean Warnings (?)
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/engines/maxwell_3d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index 4fdea0fdc..cf402f93d 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp @@ -153,7 +153,7 @@ void Maxwell3D::ProcessQueryGet() { break; } default: - UNIMPLEMENTED_MSG("Query mode %u not implemented", regs.query.query_get.mode.Value()); + UNIMPLEMENTED_MSG("Query mode %u not implemented", static_cast<u32>(regs.query.query_get.mode.Value())); } } |
