Closed
Bug 514152
Opened 15 years ago
Closed 9 years ago
freetype2: some "warning C4996: '[...]' was declared deprecated"
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: sgautherie, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
Like
{
Building deps for /modules/freetype2/src/base/ftbase.c
ftbase.c
\modules\freetype2\src\base\ftrfork.c(760) : warning C4996: 'strncpy' was declared deprecated
\Microsoft Visual Studio 8\VC\INCLUDE\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
}
Updated•14 years ago
|
Whiteboard: [build_warning]
Updated•14 years ago
|
Blocks: buildwarning
Comment 1•9 years ago
|
||
We don't care about warnings in third-party code.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•