aboutsummaryrefslogtreecommitdiff
path: root/loader/debug_report.c
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-06-30 14:44:13 -0700
committerJon Ashburn <jon@lunarg.com>2015-07-01 10:29:45 -0600
commitf2c5c984f32b658ec3fc647c7393c9d5007efa2a (patch)
treeeb96c3d7889be6a92dc32cfe00786c716036a363 /loader/debug_report.c
parent1804d578b9d6396046a4a15a737d8c7e4a0969f6 (diff)
downloadusermoji-f2c5c984f32b658ec3fc647c7393c9d5007efa2a.tar.xz
loader: Fix compilation warnings for debug_report on Windows
Diffstat (limited to 'loader/debug_report.c')
-rw-r--r--loader/debug_report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/debug_report.c b/loader/debug_report.c
index 245d2d0f..adebe44c 100644
--- a/loader/debug_report.c
+++ b/loader/debug_report.c
@@ -273,7 +273,7 @@ static void VKAPI StringCallback(
const char* pMsg,
void* pUserData)
{
- uint32_t buf_size;
+ size_t buf_size;
char *buf;
char msg_flags[30];
PFN_stringCallback callback = (PFN_stringCallback) pUserData;