mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
Core: Fixed warnings:
C4100: 'variable' : unreferenced formal parameter C4701: potentially uninitialized local variable C4389: '!=' : signed/unsigned mismatch C4245: 'argument' : conversion from 'X' to 'Y', signed/unsigned mismatch
This commit is contained in:
@@ -753,7 +753,7 @@ bool bWriteVariables, HANDLE pThreadHandle)
|
||||
BOOL CALLBACK
|
||||
WheatyExceptionReport::EnumerateSymbolsCallback(
|
||||
PSYMBOL_INFO pSymInfo,
|
||||
ULONG SymbolSize,
|
||||
ULONG /*SymbolSize*/,
|
||||
PVOID UserContext)
|
||||
{
|
||||
|
||||
@@ -782,7 +782,7 @@ bool WheatyExceptionReport::FormatSymbolValue(
|
||||
PSYMBOL_INFO pSym,
|
||||
STACKFRAME * sf,
|
||||
char * pszBuffer,
|
||||
unsigned cbBuffer)
|
||||
unsigned /*cbBuffer*/)
|
||||
{
|
||||
char * pszCurrBuffer = pszBuffer;
|
||||
|
||||
@@ -853,7 +853,7 @@ DWORD dwTypeIndex,
|
||||
unsigned nestingLevel,
|
||||
DWORD_PTR offset,
|
||||
bool & bHandled,
|
||||
char* Name)
|
||||
char* /*Name*/)
|
||||
{
|
||||
bHandled = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user