Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSVSv8 compiler warnings #9

Closed
svigerske opened this issue Mar 2, 2019 · 3 comments
Closed

MSVSv8 compiler warnings #9

svigerske opened this issue Mar 2, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@svigerske
Copy link
Member

Issue created by migration from Trac.

Original creator: @mgalati13

Original creation time: 2007-02-07 14:46:37

Assignee: somebody

Version: release 0.5.1

CC: @mgalati13

Keywords: warnings

MSVSv8 compiler warnings, coin-Cbc stable 1.1

Warning	1	warning C4996: 'strdup' was declared deprecated	c:\cygwin\home\magala\coin\coin-cbc\cgl\src\cgltwomir\cgltwomir.cpp	184	
Warning	2	warning C4996: 'strcpy' was declared deprecated	c:\cygwin\home\magala\coin\coin-cbc\cgl\src\cglmessage.cpp	33	
Warning	3	warning C4996: 'std::_Transform' was declared deprecated	c:\program files\microsoft visual studio 8\vc\include\algorithm	685	
Warning	4	warning C4996: 'std::_Copy_opt' was declared deprecated	c:\program files\microsoft visual studio 8\vc\include\xutility	2282	
@svigerske svigerske added bug Something isn't working Cgl labels Mar 2, 2019
@svigerske
Copy link
Member Author

Comment by fmargot created at 2007-02-07 19:55:45

These seem to be only warnings to push the use of specific
MS function to replace the standard ones. This has fairly low priority.

This probably needs wrapper functions for strdup, strcpy, etc. similar to other in CoinUtils/CoinHelperFunctions.cpp (for example CoinCbrt()). If you submit the wrapper functions to CoinUtils, Cgl will be happy to replace these calls by the wrapped ones.

@svigerske
Copy link
Member Author

Comment by fmargot created at 2007-02-07 19:55:45

Changing assignee from somebody to fmargot.

@svigerske
Copy link
Member Author

Comment by @rlougee created at 2009-12-10 20:13:11

Resolution: fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant