mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
[ROSAPPS]
Fix 2 warnings svn path=/trunk/; revision=66699
This commit is contained in:
parent
7ca2e76aa8
commit
5d175f22e0
2 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ INT main (int argc,char **p)
|
||||||
/*command line parsing stuff*/
|
/*command line parsing stuff*/
|
||||||
LPTSTR tmp;
|
LPTSTR tmp;
|
||||||
INT i;
|
INT i;
|
||||||
BOOL bQuote;
|
//BOOL bQuote;
|
||||||
|
|
||||||
/*file list implementation*/
|
/*file list implementation*/
|
||||||
LPTSTR *files;
|
LPTSTR *files;
|
||||||
|
@ -116,7 +116,7 @@ INT main (int argc,char **p)
|
||||||
/*parse command line for /a and file name(s)*/
|
/*parse command line for /a and file name(s)*/
|
||||||
for(i=1;i <argc;i++)
|
for(i=1;i <argc;i++)
|
||||||
{
|
{
|
||||||
bQuote=FALSE;
|
//bQuote=FALSE;
|
||||||
add=0;
|
add=0;
|
||||||
|
|
||||||
if(_tcsnicmp(p[i],_T("/a"),2) == 0)
|
if(_tcsnicmp(p[i],_T("/a"),2) == 0)
|
||||||
|
|
|
@ -378,7 +378,7 @@ InitImageList(UINT NumImages, UINT StartResource)
|
||||||
HIMAGELIST hImageList;
|
HIMAGELIST hImageList;
|
||||||
UINT i, k;
|
UINT i, k;
|
||||||
INT Ret;
|
INT Ret;
|
||||||
|
DBG_UNREFERENCED_LOCAL_VARIABLE(Ret);
|
||||||
|
|
||||||
/* Create the toolbar icon image list */
|
/* Create the toolbar icon image list */
|
||||||
hImageList = ImageList_Create(TB_BMP_WIDTH,
|
hImageList = ImageList_Create(TB_BMP_WIDTH,
|
||||||
|
|
Loading…
Reference in a new issue