[ROSAPPS]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 14 Mar 2015 14:45:51 +0000 (14:45 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 14 Mar 2015 14:45:51 +0000 (14:45 +0000)
Fix 2 warnings

svn path=/trunk/; revision=66699

rosapps/applications/cmdutils/tee/tee.c
rosapps/applications/imagesoft/misc.c

index 149f848..afd7b7d 100644 (file)
@@ -80,7 +80,7 @@ INT main (int argc,char **p)
        /*command line parsing stuff*/
        LPTSTR tmp;
        INT i;
        /*command line parsing stuff*/
        LPTSTR tmp;
        INT i;
-       BOOL bQuote;
+       //BOOL bQuote;
 
        /*file list implementation*/
        LPTSTR *files;
 
        /*file list implementation*/
        LPTSTR *files;
@@ -116,7 +116,7 @@ INT main (int argc,char **p)
        /*parse command line for /a and file name(s)*/
        for(i=1;i <argc;i++)
        {
        /*parse command line for /a and file name(s)*/
        for(i=1;i <argc;i++)
        {
-               bQuote=FALSE;
+               //bQuote=FALSE;
                add=0;
 
                if(_tcsnicmp(p[i],_T("/a"),2) == 0)
                add=0;
 
                if(_tcsnicmp(p[i],_T("/a"),2) == 0)
index 709042b..f71f95f 100644 (file)
@@ -378,7 +378,7 @@ InitImageList(UINT NumImages, UINT StartResource)
     HIMAGELIST hImageList;
     UINT i, k;
     INT Ret;
     HIMAGELIST hImageList;
     UINT i, k;
     INT Ret;
-
+    DBG_UNREFERENCED_LOCAL_VARIABLE(Ret);
 
     /* Create the toolbar icon image list */
     hImageList = ImageList_Create(TB_BMP_WIDTH,
 
     /* Create the toolbar icon image list */
     hImageList = ImageList_Create(TB_BMP_WIDTH,