Changeset 155 for trunk


Ignore:
Timestamp:
Nov 13, 2006, 12:39:11 AM (19 years ago)
Author:
dmik
Message:

kernel: Fixed the compiler warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel/qwidget_pm.cpp

    r154 r155  
    943943        // strictly speaking, PM is not obliged to initialize window data
    944944        // with zeroes (although seems to), so do it ourselves
    945         for ( LONG i = 0; i <= QT_EXTRAWINDATASIZE - 4; i += 4 )
     945        for ( LONG i = 0; i <= (LONG) (QT_EXTRAWINDATASIZE - 4); i += 4 )
    946946            WinSetWindowULong( id, i, 0 );
    947947
Note: See TracChangeset for help on using the changeset viewer.