remove pedentic warning (%x / unsigned char* conflict)

This commit is contained in:
TogDu 2017-05-10 19:27:41 +02:00
parent 85ff861717
commit cce523d939
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ BOOL __fastcall RpcDecompilerDecodeAndPrintPrototypeReturnType(
);
currentOffset += sizeof(Oi_Header_RpcFlags_t);
RPC_DEBUG_FN((UCHAR*)"\noiHeaderRpcFlagsToDecode->rpc_flags = 0x%x", oiHeaderRpcFlagsToDecode->rpc_flags);
//RPC_DEBUG_FN((UCHAR*)"\noiHeaderRpcFlagsToDecode->rpc_flags = 0x%x", oiHeaderRpcFlagsToDecode->rpc_flags);
}