mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +00:00
[REACTOS] Fix SIZE_T related warnings
This commit is contained in:
parent
826704ba6b
commit
7611cc2b12
21 changed files with 103 additions and 46 deletions
|
@ -1688,7 +1688,7 @@ main (
|
|||
)
|
||||
{
|
||||
//ULONG Flags = 0;
|
||||
int i;
|
||||
intptr_t i;
|
||||
uintptr_t j;
|
||||
char a;
|
||||
int bus_id = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue