qt6-bb10/src/corelib/kernel
Thiago Macieira 7ac6ce2133 Fix ICC warnings about functions declared but not used
Added Q_DECL_UNUSED for the function used in Q_ASSERT; removed the
functions that really weren't used and added the #ifdef for the
function that was only used under #ifdef.

qmetaobjectbuilder.cpp(93): warning #177: function "priv" was declared but never referenced
qobject.cpp(2349): warning #177: function "check_and_warn_compat" was declared but never referenced
qpathsimplifier.cpp(141): error #177: function "<unnamed>::Rational::isValid" was declared but never referenced
qtextengine.cpp(2584): error #177: function "<unnamed>::QScriptItemComparator::operator()(const QScriptItem &, const QScriptItem &)" was declared but never referenced

Change-Id: I89a140d59211f10ecd88d751f0bcc0ea2fedff7f
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2013-09-04 00:05:12 +02:00
..
kernel.pri Merge remote-tracking branch 'origin/stable' into dev 2013-03-05 13:42:11 +01:00
qabstracteventdispatcher.cpp QThread: fix race when setting the eventDispatcher 2013-03-22 16:44:51 +01:00
qabstracteventdispatcher.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qabstracteventdispatcher_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qabstractnativeeventfilter.cpp Mark Q_UNUSED the private members that aren't used 2013-03-23 01:55:58 +01:00
qabstractnativeeventfilter.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qbasictimer.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qbasictimer.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qcore_mac.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcore_mac_objc.mm Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcore_mac_p.h Merge remote-tracking branch 'origin/stable' into dev 2013-06-27 13:06:38 +02:00
qcore_unix.cpp Accept defeat when select(2)ing without a monotonic clock 2013-07-10 20:06:26 +02:00
qcore_unix_p.h Remove use of 'register' from Qt. 2013-06-17 09:44:22 +02:00
qcoreapplication.cpp Long live QCommandLineParser! 2013-08-24 21:33:39 +02:00
qcoreapplication.h add QCoreApplication to bootstrap lib 2013-03-14 19:49:38 +01:00
qcoreapplication_mac.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcoreapplication_p.h Clean up evaluation license logic 2013-07-05 09:24:39 +02:00
qcoreapplication_win.cpp add QCoreApplication to bootstrap lib 2013-03-14 19:49:38 +01:00
qcorecmdlineargs_p.h Implement apostrophe in windows cmd args 2013-05-10 12:09:41 +02:00
qcoreevent.cpp ApplicationState: Add new event class: ApplicationStateChangeEvent 2013-04-03 10:15:40 +02:00
qcoreevent.h ApplicationState: Add new event class: ApplicationStateChangeEvent 2013-04-03 10:15:40 +02:00
qcoreglobaldata.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcoreglobaldata_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcrashhandler.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcrashhandler_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qeventdispatcher_blackberry.cpp Merge branch 'stable' into dev 2013-07-11 16:42:01 +02:00
qeventdispatcher_blackberry_p.h Work around posix violation in qnx (missing pselect()) 2013-01-30 13:00:02 +01:00
qeventdispatcher_glib.cpp QThreadDataPrivate: fix data race on canWait boolean. 2013-03-22 12:12:36 +01:00
qeventdispatcher_glib_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qeventdispatcher_unix.cpp Remove racy setting of eventDispatcher to 0. 2013-03-22 16:44:47 +01:00
qeventdispatcher_unix_p.h QEventDispatcherUNIX: turn interrupt bool into an atomic int. 2013-03-22 12:12:22 +01:00
qeventdispatcher_win.cpp Use correct mask constant in the Windows event dispatcher. 2013-08-20 10:22:45 +02:00
qeventdispatcher_win_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qeventloop.cpp QEventLoop: fix race on 'exit' and 'returnCode' private members 2013-03-29 04:04:40 +01:00
qeventloop.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qeventloop_p.h QEventLoop: fix race on 'exit' and 'returnCode' private members 2013-03-29 04:04:40 +01:00
qfunctions_nacl.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qfunctions_nacl.h Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
qfunctions_p.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qfunctions_vxworks.cpp Use stub function rand_r for VxWorks DKM mode 2013-02-12 09:40:48 +01:00
qfunctions_vxworks.h Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
qfunctions_wince.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qfunctions_wince.h Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
qmath.cpp Add qDegreesToRadians and qRadiansToDegrees math functions 2013-02-05 14:40:14 +01:00
qmath.h Add qDegreesToRadians and qRadiansToDegrees math functions 2013-02-05 14:40:14 +01:00
qmath.qdoc Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qmetaobject.cpp Symbol for max number of arguments in QMetaMethod::invoke() 2013-07-30 03:18:47 +02:00
qmetaobject.h Symbol for max number of arguments in QMetaMethod::invoke() 2013-07-30 03:18:47 +02:00
qmetaobject_moc_p.h Fix minor typos in docs, printed messages & comments 2013-01-28 18:12:41 +01:00
qmetaobject_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qmetaobjectbuilder.cpp Fix ICC warnings about functions declared but not used 2013-09-04 00:05:12 +02:00
qmetaobjectbuilder_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qmetatype.cpp Make the qfatal for redeclaring a type with the same name a warning. 2013-06-25 13:44:54 +02:00
qmetatype.h Merge branch 'stable' into dev 2013-07-11 16:42:01 +02:00
qmetatype_p.h Merge remote-tracking branch 'origin/stable' into dev 2013-01-22 18:40:13 +01:00
qmetatypeswitcher_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qmimedata.cpp Doc: Fix module name format 2013-01-25 17:27:44 +01:00
qmimedata.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qobject.cpp Fix ICC warnings about functions declared but not used 2013-09-04 00:05:12 +02:00
qobject.h Support connection to functor with multiple operator() 2013-03-19 23:16:38 +01:00
qobject_impl.h Mark all qtbase headers that aren't clean 2013-03-03 20:15:21 +01:00
qobject_p.h Add internal functions to QObjectPrivate for signal & slot connections in QML 2013-06-07 16:19:05 +02:00
qobjectcleanuphandler.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qobjectcleanuphandler.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qobjectdefs.h Add internal functions to QObjectPrivate for signal & slot connections in QML 2013-06-07 16:19:05 +02:00
qobjectdefs_impl.h Rename template parameter: "I" -> "II" 2013-08-18 14:55:33 +02:00
qpointer.cpp Doc: Add the missing \since 5.0 2013-02-25 15:06:10 +01:00
qpointer.h Make it possible to use QPointer<const T> 2013-02-13 15:15:56 +01:00
qsharedmemory.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsharedmemory.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qsharedmemory_android.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qsharedmemory_p.h Introducing the Qt Android port 2013-03-05 08:31:23 +01:00
qsharedmemory_unix.cpp Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev 2013-01-23 22:12:54 +01:00
qsharedmemory_win.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsignalmapper.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsignalmapper.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qsocketnotifier.cpp Avoid socket notifiers on invalid file descriptors 2013-04-03 09:25:22 +02:00
qsocketnotifier.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qsystemerror.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsystemerror_p.h Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qsystemsemaphore.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsystemsemaphore.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qsystemsemaphore_android.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qsystemsemaphore_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsystemsemaphore_unix.cpp Remove use of 'register' from Qt. 2013-06-17 09:44:22 +02:00
qsystemsemaphore_win.cpp Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qtcore_eval.cpp Clean up evaluation license logic 2013-07-05 09:24:39 +02:00
qtimer.cpp Add the missing "\since 5.0" reference for the QTimer method 2013-02-04 14:22:45 +01:00
qtimer.h Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
qtimerinfo_unix.cpp Remove use of 'register' from Qt. 2013-06-17 09:44:22 +02:00
qtimerinfo_unix_p.h Switch to struct timespec everywhere instead of timeval 2013-01-28 07:13:23 +01:00
qtranslator.cpp Doc: QTranslator::translate() isn't an overload anymore 2013-06-19 20:05:43 +02:00
qtranslator.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtranslator_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qvariant.cpp Merge remote-tracking branch 'origin/stable' into dev 2013-06-20 16:45:12 +02:00
qvariant.h Core: QDebug and comparison operator support metatypes. 2013-05-27 19:58:19 +02:00
qvariant_p.h Fix compilation with ICC 13.1: the MSVC 2005 & 2008 code is bad 2013-06-26 12:38:21 +02:00
qwineventnotifier.cpp QThread: fix race when setting the eventDispatcher 2013-03-22 16:44:51 +01:00
qwineventnotifier.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00