[ROSAPPS]

Fix GCC warnings

svn path=/trunk/; revision=66714
This commit is contained in:
Timo Kreuzer 2015-03-14 23:32:00 +00:00
parent f6ca509b09
commit 019895b42e
3 changed files with 7 additions and 4 deletions

View file

@ -66,6 +66,7 @@ ExecuteKill(char * lpPid)
int main(int argc, char *argv[])
{
char tail;
DBG_UNREFERENCED_LOCAL_VARIABLE(tail);
if (argc < 2)
{

View file

@ -4313,7 +4313,7 @@ static BOOL show_frame(HWND hwndParent, int cmdshow, LPCWSTR path)
#ifndef __WINE__
/* Shell Namespace as default: */
child = alloc_child_window(path, get_path_pidl(path,Globals.hMainWnd), Globals.hMainWnd);
child = alloc_child_window(path, get_path_pidl((LPWSTR)path,Globals.hMainWnd), Globals.hMainWnd);
#else
child = alloc_child_window(path, NULL, Globals.hMainWnd);
#endif

View file

@ -276,6 +276,8 @@ ScreenWrite(
ULONG Columns, Rows;
ULONG CursorX, CursorY;
ULONG i, j;
DBG_UNREFERENCED_LOCAL_VARIABLE(VideoMemory);
DBG_UNREFERENCED_LOCAL_VARIABLE(VideoMemorySize);
DPRINT("ScreenWrite() called\n");