Ignore:
Timestamp:
Feb 21, 2010, 5:34:22 PM (16 years ago)
Author:
rlwalsh
Message:

eliminate GCC warning & info msgs - see Ticket #1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/rtl.c

    r9992 r21357  
    443443                                             DWORD           x3)
    444444{
    445   LPSTR fromA = HEAP_strdupWtoA(GetProcessHeap(),0,from);
     445//  LPSTR fromA = HEAP_strdupWtoA(GetProcessHeap(),0,from);
    446446
    447447  dprintf(("NTDLL: RtlDosPathNameToNtPathName_U(%08xh,%08h,%08xh,%08xh) not implemented.\n",
     
    614614        OSVERSIONINFOEXW versionInfo;
    615615        versionInfo.dwOSVersionInfoSize = sizeof(OSVERSIONINFOEXW);
    616         GetVersionExW((OSVERSIONINFOW*)&versionInfo);
     616        GetVersionExW((OSVERSIONINFOW*)((void*)&versionInfo));
    617617
    618618        if (major)
Note: See TracChangeset for help on using the changeset viewer.