Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / HelpBrowser / HelpBrowser.cxx
index 3a86c257a4c55a9d65150367a0a2aae8bdcbaacf..120ce8a3f85c0daeab18ceaa6427a06cd7e3b07d 100644 (file)
@@ -162,7 +162,6 @@ int main( int argc, char **argv )
 #if defined(WIN32) && defined(UNICODE)                   
   LPWSTR *szArglist = NULL;
   int nArgs;
-  int i;
   szArglist = CommandLineToArgvW(GetCommandLineW(), &nArgs);         
   helpfile = QString::fromWCharArray(szArglist[nArgs-1]);
   // Free memory allocated for CommandLineToArgvW arguments.