Bug 33019 - [Qt] Fix warnings in MediaPlayerPrivatePhonon.cpp
Summary: [Qt] Fix warnings in MediaPlayerPrivatePhonon.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-29 07:06 PST by Laszlo Gombos
Modified: 2009-12-29 07:33 PST (History)
1 user (show)

See Also:


Attachments
proposed patch (1.68 KB, patch)
2009-12-29 07:23 PST, Laszlo Gombos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2009-12-29 07:06:23 PST
In debug builds:

WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp: In member function ‘void WebCore::MediaPlayerPrivate::totalTimeChanged(qint64)’:
WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp:505: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘qint64’

In release builds:

WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp:511:
WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp:49: warning: ‘QByteArray debugMediaObject(WebCore::MediaPlayerPrivate*, const Phonon::MediaObject&)’ defined but not used
Comment 1 Laszlo Gombos 2009-12-29 07:23:03 PST
Created attachment 45601 [details]
proposed patch
Comment 2 WebKit Commit Bot 2009-12-29 07:33:05 PST
Comment on attachment 45601 [details]
proposed patch

Clearing flags on attachment: 45601

Committed r52621: <http://trac.webkit.org/changeset/52621>
Comment 3 WebKit Commit Bot 2009-12-29 07:33:10 PST
All reviewed patches have been landed.  Closing bug.