mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
[utils,smartcard] ignore ConvertWCharToUtf8 return
This commit is contained in:
@@ -605,7 +605,7 @@ static void dump_reader_states_w(wLog* log, const SCARD_READERSTATEW* rgReaderSt
|
||||
char buffer[1024] = { 0 };
|
||||
|
||||
const SCARD_READERSTATEW* readerState = &rgReaderStates[index];
|
||||
ConvertWCharToUtf8(readerState->szReader, buffer, sizeof(buffer));
|
||||
(void)ConvertWCharToUtf8(readerState->szReader, buffer, sizeof(buffer));
|
||||
WLog_Print(log, g_LogLevel, "\t[%" PRIu32 "]: szReader: %s cbAtr: %" PRIu32 "", index,
|
||||
buffer, readerState->cbAtr);
|
||||
char* szCurrentState = SCardGetReaderStateString(readerState->dwCurrentState);
|
||||
|
||||
Reference in New Issue
Block a user