Closed
Bug 986788
Opened 11 years ago
Closed 11 years ago
Suppress clang and gcc warnings in third-party code: MurmurHash3
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
Tracking | Status | |
---|---|---|
firefox31 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
ANGLE's MurmurHash3 triggers the following clang and gcc warnings in a --disable-optimize build:
1 gfx/angle/src/third_party/murmurhash/MurmurHash3.cpp:55:41 [-Wattributes] always_inline function might not be inlinable
2 gfx/angle/src/third_party/murmurhash/MurmurHash3.cpp:60:41 [-Wattributes] always_inline function might not be inlinable
3 gfx/angle/src/third_party/murmurhash/MurmurHash3.cpp:68:41 [-Wattributes] always_inline function might not be inlinable
4 gfx/angle/src/third_party/murmurhash/MurmurHash3.cpp:81:41 [-Wattributes] always_inline function might not be inlinable
Attachment #8395170 -
Flags: review?(bjacob)
Updated•11 years ago
|
Attachment #8395170 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 1•11 years ago
|
||
status-firefox31:
--- → fixed
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•