mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 11:03:00 +00:00
[TOOLS] Fix/suppress all MSVC/x64 warnings (#1525)
This commit is contained in:
parent
0aed8b09a4
commit
f47f45dbdd
29 changed files with 140 additions and 37 deletions
|
@ -129,7 +129,7 @@ typedef struct _ID_LIST_DRIVE
|
|||
|
||||
int main(int argc, const char *argv[])
|
||||
{
|
||||
unsigned i;
|
||||
int i;
|
||||
const char *pszOutputPath = "shortcut.lnk";
|
||||
const char *pszTarget = NULL;
|
||||
const char *pszDescription = "Description";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue