warning #10210
Hello world:
here are my 2 command line commands:
cd C:UsersWHMoweryJrDocumentsDeepLearninToga 1.9DeepLearninToga 1.9.6src
icl /nologo /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/Toga.pch" /Fo"Release/" /Fd"Release/" /FD /O3
/G7 /GA /GF /Gs /Zm1000 /W5 /Qprof_gen /Qprof_dir"Release/" attack.cpp board.cpp book.cpp eval.cpp fen.cpp hash.cpp
learn.cpp list.cpp main.cpp material.cpp move.cpp move_check.cpp move_do.cpp move_evasion.cpp move_gen.cpp
move_legal.cpp option.cpp pawn.cpp piece.cpp posix.cpp probe.cpp protocol.cpp pst.cpp pv.cpp random.cpp recog.cpp
search.cpp search_full.cpp see.cpp sort.cpp square.cpp trans.cpp util.cpp value.cpp vector.cpp /link
/OUT:"ReleaseToga.exe"
========================================================================== and
here is what the command line window looks like in part:
util.cpp(176): warning #1786: function "strcpy" (declared at line 74 of "C:Prog ram Files (x86)Microsoft Visual
Studio 9.0VCINCLUDEstring.h") was declared " deprecated ("This function or variable may be unsafe. Consider using
strcpy_s in stead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.") " strcpy(address,string); ^
value.cpp vector.cpp icl: warning #10210: problem with Microsoft compilation of 'attack.cpp'
C:UsersWHMoweryJrDocumentsDeepLearninToga 1.9DeepLearninToga 1.9.6src>
|