Closed
Bug 918066
Opened 11 years ago
Closed 10 years ago
content/media/WebVTTLoadListener.cpp:196: missing break ?
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: dcb314, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 (Beta/Release)
Build ID: 20130903162616
Steps to reproduce:
I ran static analysis checker "cppcheck" over the source code
of firefox version 24.
Actual results:
[mozilla-release/content/media/WebVTTLoadListener.cpp:196] -> [mozilla-release/content/media/WebVTTL
oadListener.cpp:198]: (warning) Variable 'align' is reassigned a value before the old one has been u
sed. 'break;' missing?
[mozilla-release/content/media/WebVTTLoadListener.cpp:198] -> [mozilla-release/content/media/WebVTTL
oadListener.cpp:200]: (warning) Variable 'align' is reassigned a value before the old one has been u
sed. 'break;' missing?
Expected results:
Source code seems to be missing some break statements.
Comment 1•10 years ago
|
||
This code was removed in bug 895091.
You need to log in
before you can comment on or make changes to this bug.
Description
•