mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-23 19:03:27 +08:00
sdlprocdump: fix clang -Wincompatible-pointer-types warning
This commit is contained in:
parent
35b61f70da
commit
dc67a51782
@ -565,7 +565,7 @@ int main(int argc, char *argv[]) {
|
||||
case OUTPUT_DEBUG_STRING_EVENT:
|
||||
{
|
||||
if (log_debug_stream) {
|
||||
size_t bytes_read = 0;
|
||||
SIZE_T bytes_read = 0;
|
||||
union {
|
||||
char char_buffer[512];
|
||||
WCHAR wchar_buffer[256];
|
||||
|
Loading…
Reference in New Issue
Block a user