Bug #437
Warnings when building Quassel under Linux
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
General / Unspecified
Target version:
-
Start date:
Due date:
% Done:
100%
Estimated time:
Version:
0.3.1+
OS:
Any
Description
Follow up to Datafreak's bug about compile warnings under Windows. Here is the compile log for Linux where also some warnings occur. Warnings are separated by line breaks for better visibility.
Associated revisions
History
#1 Updated by Sputnick almost 16 years ago
- Priority changed from High to Normal
#2 Updated by EgS almost 16 years ago
- Version set to 0.3.1+
Breaking it down:
src/uisupport/networkmodelactionprovider.cpp:508: Warnung: unbenutzter Parameter »action« [ 70%] Generating ui_backlogsettingspage.h [ 71%] Warning: name horizontalSpacer_3 is already used src/qtui/chatviewsearchcontroller.cpp: In member function »void ChatViewSearchController::updateHighlights(ChatLine*)«: src/qtui/chatviewsearchcontroller.cpp:209: Warnung: Übergabe von »qreal« für Argument 1 von »T& QHash<Key, T>::operator[](const Key&) [with Key = long long unsigned int, T = QHash<long long unsigned int, QRectF>]« src/qtui/chatviewsearchcontroller.cpp:209: Warnung: Übergabe von »qreal« für Argument 1 von »T& QHash<Key, T>::operator[](const Key&) [with Key = long long unsigned int, T = QRectF]« src/qtui/chatviewsearchcontroller.cpp:228: Warnung: Übergabe von »qreal« für Argument 1 von »bool QHash<Key, T>::contains(const Key&) const [with Key = long long unsigned int, T = QHash<long long unsigned int, QRectF>]« src/qtui/chatviewsearchcontroller.cpp:228: Warnung: Übergabe von »qreal« für Argument 1 von »T& QHash<Key, T>::operator[](const Key&) [with Key = long long unsigned int, T = QHash<long long unsigned int, QRectF>]« src/qtui/chatviewsearchcontroller.cpp:228: Warnung: Übergabe von »qreal« für Argument 1 von »bool QHash<Key, T>::contains(const Key&) const [with Key = long long unsigned int, T = QRectF]« src/qtui/chatviewsearchcontroller.cpp:229: Warnung: Übergabe von »qreal« für Argument 1 von »T& QHash<Key, T>::operator[](const Key&) [with Key = long long unsigned int, T = QHash<long long unsigned int, QRectF>]« src/qtui/chatviewsearchcontroller.cpp:229: Warnung: Übergabe von »qreal« für Argument 1 von »T& QHash<Key, T>::operator[](const Key&) [with Key = long long unsigned int, T = QRectF]« src/qtui/chatviewsearchcontroller.cpp: In member function »virtual void SearchHighlightItem::paint(QPainter*, const QStyleOptionGraphicsItem*, QWidget*)«: src/qtui/chatviewsearchcontroller.cpp:395: Warnung: Übergabe von »qreal« für Argument 4 von »QColor::QColor(int, int, int, int)« src/qtui/chatviewsearchcontroller.cpp:396: Warnung: Übergabe von »qreal« für Argument 4 von »QColor::QColor(int, int, int, int)«
#3 Updated by EgS almost 16 years ago
src/uisupport/networkmodelactionprovider.cpp:508: Warnung: unbenutzter Parameter »action«
this is a reminder for us to implement that specific feature
#4 Updated by EgS almost 16 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset e60110ec2df2c8a50b3ad94fb10f9ec769225bc2.
fixes #437 - compiler warnings