Ignore:
Timestamp:
Oct 25, 2011, 7:06:33 PM (14 years ago)
Author:
dmik
Message:

Common compiler warnings and errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/conodin32.cpp

    r8774 r21741  
    237237                    if (pNew)
    238238                    {
    239                         pNew->pfnHandler = pfnHandler;
     239                        pNew->pfnHandler = (void *)pfnHandler;
    240240                        pNew->pPrev = NULL;
    241241
Note: See TracChangeset for help on using the changeset viewer.