View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002890 | unreal | ircd | public | 2006-04-20 17:16 | 2006-11-04 18:25 |
Reporter | Zell | Assigned To | syzop | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | i386 | OS | Win32 | OS Version | XP |
Product Version | 3.2.4 | ||||
Fixed in Version | 3.2.6 | ||||
Summary | 0002890: [warnings] Warnings on compile - POSIX Deprecation | ||||
Description | SRC/MODULES/M_SVSNLINE.C(144) : warning C4996: 'strdup' was declared deprecated C:\Program files\microsoft visual studio 8\vc\include\string.h(205) : se e declaration of 'strdup' Message: 'The POSIX name for this item is deprecated. Instead, use the I SO C++ conformant name: _strdup. See online help for details.' | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Might as well set this related to 2875 Here's the fix: Right next to the "/D _CRT_SECURE_NO_DEPRECATE" in the makefile.win32 add this: /D _CRT_NONSTDC_NO_DEPRECATE And that'll kill the warnings. You'll need to put that in the spot for Module CFLAGS as well, or it'll warn you for modules using the "Deprecated" items. [resolved] |
|
ack |
|
Fixed in 32* and 33*: - Win32: Fixed a few compiler warnings, suggested by Zell (0002890). |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-04-20 17:16 | Zell | New Issue | |
2006-04-20 17:19 | Zell | Note Added: 0011590 | |
2006-04-20 18:20 | syzop | Note Added: 0011592 | |
2006-04-20 18:20 | syzop | Status | new => acknowledged |
2006-04-20 18:20 | syzop | Relationship added | related to 0002875 |
2006-05-31 07:25 | syzop | Relationship added | child of 0002936 |
2006-11-04 18:25 | syzop | Status | acknowledged => resolved |
2006-11-04 18:25 | syzop | Fixed in Version | => 3.2.6 |
2006-11-04 18:25 | syzop | Resolution | open => fixed |
2006-11-04 18:25 | syzop | Assigned To | => syzop |
2006-11-04 18:25 | syzop | Note Added: 0012590 |