Open
Bug 1256452
Opened 9 years ago
Updated 3 years ago
Remove disabling of C4359 from gfx\vr\ovr_capi_dynamic.h(392): warning C4359: '<unnamed-tag>': Alignment specifier is less than actual alignment (8), and will be ignored.
Categories
(Core :: Graphics, defect, P3)
Tracking
()
NEW
People
(Reporter: gps, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
+++ This bug was initially created as a clone of Bug #1242005 +++
Bug 1242005 disabled C4359 to work around the following warnings on VS2015:
0:55.64 c:\users\mozpdx\mozilla-central\gfx\vr\ovr_capi_dynamic.h(392): error C2220: warning treated as error - no 'object' file generated
0:55.64 c:\users\mozpdx\mozilla-central\gfx\vr\ovr_capi_dynamic.h(392): warning C4359: '<unnamed-tag>': Alignment specifier is less than actual alignment (8), and will be ignored.
0:55.64 c:\users\mozpdx\mozilla-central\gfx\vr\ovr_capi_dynamic.h(401): warning C4359: '<unnamed-tag>': Alignment specifier is less than actual alignment (8), and will be ignored.
0:55.66 c:\users\mozpdx\mozilla-central\gfx\vr\ovr_capi_dynamic.h(412): warning C4359: '<unnamed-tag>': Alignment specifier is less than actual alignment (8), and will be ignored.
This bug tracks removing the disabling of that warning.
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•