Open
Bug 337620
Opened 19 years ago
Updated 3 years ago
'localtime' was declared deprecated
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: timeless, Unassigned)
Details
I actually got this while building spidermonkey for other testing purposes, but the code's the same and since prmjtime.c is supposed to be kept in sync w/ nspr's, i'd rather work on fixing nspr's first.
prtime.c(244) : warning C4996: 'localtime' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\time.inl(114) : se
e declaration of 'localtime'
Message: 'This function or variable may be unsafe. Consider using localt
ime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online
help for details.'
note: this is absolutely not remotely close to anything resembling a priority for me. that said, having worked on time code before, i'll probably do it again, i am timeless and like time things :).
Updated•19 years ago
|
QA Contact: wtchang → nspr
Updated•6 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•3 years ago
|
Severity: normal → S3
Comment 1•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: wtc → nobody
Status: ASSIGNED → NEW
You need to log in
before you can comment on or make changes to this bug.
Description
•