Closed
Bug 1795222
Opened 2 years ago
Closed 2 years ago
obj-x86_64-pc-mingw32/dist/include/private/nss/verref.h(35,25): warning: unused variable '_nss_version_c' [-Wunused-variable]
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.85
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
obj-x86_64-pc-mingw32/dist/include/private/nss/verref.h(35,25): warning: unused variable '_nss_version_c' [-Wunused-variable]
volatile const char _nss_version_c = NSS_VERSION_VARIABLE[0];
^
1 warning generated.
Assignee | ||
Comment 1•2 years ago
|
||
clang-cl, while it defines _MSC_VER, doesn't handle the pragma disable
in a way that makes the unused-variable warning go, and it doesn't
define GNUC.
Assignee | ||
Comment 2•2 years ago
|
||
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•2 years ago
|
Target Milestone: --- → 3.85
You need to log in
before you can comment on or make changes to this bug.
Description
•