From 0c1c24998ea177a465f7cf8649eb7ae77fcd2e77 Mon Sep 17 00:00:00 2001 From: Sinan Kaya Date: Mon, 18 Mar 2019 18:14:40 +0000 Subject: Conversion issues --- src/pal/inc/pal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pal/inc/pal.h') diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h index 1be000ce8a..38ef778d53 100644 --- a/src/pal/inc/pal.h +++ b/src/pal/inc/pal.h @@ -475,13 +475,13 @@ PALAPI PAL_GetApplicationGroupId(); #endif -static const int MAX_DEBUGGER_TRANSPORT_PIPE_NAME_LENGTH = MAX_PATH; +static const unsigned int MAX_DEBUGGER_TRANSPORT_PIPE_NAME_LENGTH = MAX_PATH; PALIMPORT VOID PALAPI PAL_GetTransportName( - const int MAX_TRANSPORT_NAME_LENGTH, + const unsigned int MAX_TRANSPORT_NAME_LENGTH, OUT char *name, IN const char *prefix, IN DWORD id, -- cgit v1.2.3