Project

General

Profile

Bug #437

Warnings when building Quassel under Linux

Added by billie over 15 years ago. Updated about 15 years ago.

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.

quassel-warnings.txt (35.1 KB) quassel-warnings.txt admin, 12/04/2008 06:17 PM

Associated revisions

Revision e60110ec (diff)
Added by Marcus Eggenberger about 15 years ago

fixes #437 - compiler warnings

History

#1 Updated by Sputnick over 15 years ago

  • Priority changed from High to Normal

#2 Updated by EgS about 15 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 about 15 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 about 15 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF