Closed
Bug 582562
Opened 14 years ago
Closed 14 years ago
loopfilter.h uses C++ // comments in C
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: hsivonen, Unassigned)
References
()
Details
VP8 loopfilter.h makes GCC 4.4.x emit an error because C++ //-style comments are used in a C context. Specifically: 25 // FRK 26 // Need to align this structure so when it is declared and 27 // passed it can be loaded into vector registers. 28 // FRK
Comment 1•14 years ago
|
||
This seems fixed.
Comment 2•14 years ago
|
||
Indeed, thanks for pointing it out. Fixed by bug 608066.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•