Closed
Bug 1354222
Opened 8 years ago
Closed 8 years ago
Fix log level casting warnings
Categories
(Core :: WebRTC, enhancement, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: drno, Assigned: drno)
References
Details
Attachments
(1 file)
No description provided.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8855423 -
Flags: review?(erahm)
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8855423 [details]
Bug 1354222: fix log level casting warnings.
https://reviewboard.mozilla.org/r/127268/#review130038
Thanks for the fix!
::: media/mtransport/logging.h:59
(Diff revision 1)
> return log; \
> }
>
> #define MOZ_MTLOG(level, b) \
> do { \
> if (PR_LOG_TEST(getLogModule(), (PRLogModuleLevel)level)) { \
I guess you can get rid of these casts now.
Attachment #8855423 -
Flags: review?(erahm) → review+
Comment hidden (mozreview-request) |
Pushed by drno@ohlmeier.org:
https://hg.mozilla.org/integration/autoland/rev/ff349ab587f8
fix log level casting warnings. r=erahm
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Comment 6•8 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•