Ignore:
Timestamp:
Nov 17, 2005, 7:00:27 PM (20 years ago)
Author:
dmik
Message:

Fixed a bunch of compiler warnings

File:
1 edited

Legend:

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

    r19 r20  
    399399    if ( !ok )
    400400        qSystemWarning( "QClipboard: Failed to write data" );
     401#else
     402    Q_UNUSED( ok );
    401403#endif
    402404}
     
    573575    if ( !ok )
    574576        qSystemWarning( "QClipboard: Failed to empty clipboard" );
     577#else
     578    Q_UNUSED( ok );
    575579#endif
    576580
Note: See TracChangeset for help on using the changeset viewer.