VirtualBox

Changeset 3534 in kBuild for trunk/src/lib


Ignore:
Timestamp:
Dec 20, 2021 11:31:55 PM (3 years ago)
Author:
bird
Message:

nt/nthlpcore.c: warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/nthlpcore.c

    r2998 r3534  
    119119                || !WriteFile(GetStdHandle(STD_ERROR_HANDLE), "\r\n", sizeof("\r\n") - 1, &cbWritten, NULL)
    120120                )
    121                 *(void **)i = NULL;
     121                *(void **)(size_t)i = NULL;
    122122            ExitProcess(127);
    123123        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette