Jump to content

Warnings visual studio 2008


Recommended Posts

Posted

for some time 48 warnings during compilations mangos here is the list of warnings:

Avertissement    1    warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    110
Avertissement    2    warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    120
Avertissement    3    warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    178
Avertissement    4    warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    188
Avertissement    5    warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    222
Avertissement    6    warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    266
Avertissement    7    warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    279
Avertissement    8    warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    320
Avertissement    9    warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    329
Avertissement    10    warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    513
Avertissement    11    warning C4996: 'wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    524
Avertissement    12    warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_stdlib.inl    140
Avertissement    13    warning C4996: '_wgetenv': This function or variable may be unsafe. Consider using _wdupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_stdlib.inl    152
Avertissement    14    warning C4996: '_itoa': This function or variable may be unsafe. Consider using _itoa_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_stdlib.inl    163
Avertissement    15    warning C4996: '_itow': This function or variable may be unsafe. Consider using _itow_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_stdlib.inl    176
Avertissement    16    warning C4996: '_mktemp': This function or variable may be unsafe. Consider using _mktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_stdlib.inl    242
Avertissement    17    warning C4996: '_wmktemp': This function or variable may be unsafe. Consider using _wmktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_stdlib.inl    253
Avertissement    18    warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_stdlib.inl    310
Avertissement    19    warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    59
Avertissement    20    warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    131
Avertissement    21    warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    156
Avertissement    22    warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    377
Avertissement    23    warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    983
Avertissement    24    warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    1127
Avertissement    25    warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    222
Avertissement    26    warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_stdlib.inl    310
Avertissement    27    warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    59
Avertissement    28    warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    131
Avertissement    29    warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    156
Avertissement    30    warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    377
Avertissement    31    warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    983
Avertissement    32    warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    1127
Avertissement    33    warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    222
Avertissement    34    warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_stdlib.inl    310
Avertissement    35    warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    59
Avertissement    36    warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    131
Avertissement    37    warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    156
Avertissement    38    warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    377
Avertissement    39    warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    983
Avertissement    40    warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    1127
Avertissement    41    warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_string.inl    222
Avertissement    42    warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_stdlib.inl    310
Avertissement    43    warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    59
Avertissement    44    warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    131
Avertissement    45    warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    156
Avertissement    46    warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    377
Avertissement    47    warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    983
Avertissement    48    warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.    c:\\Documents and Settings\\Daniel84\\Bureau\\Nouveau dossier\\mangos\\dep\\ACE_wrappers\\ace\\OS_NS_unistd.inl    1127

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use