| | Compiling...
testC45.cpp
c:\dev\c45generator\example\dtrees\treeFileIO.cpp(81) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
c:\dev\c45generator\example\dtrees\treeFileIO.cpp(72) : while compiling class template member function 'void DTree::TreeFileIO::ReadBranch(Node_Type &,const char *)'
with
[
Node_Type=DTree::TestC45::TestNode
]
c:\dev\c45generator\example\dtrees\treeFileIO.cpp(112) : while compiling class template member function 'void DTree::TreeFileIO::SaveTree(unsigned int,const Node_Type &,std::ostream &)'
with
[
Node_Type=DTree::TestC45::TestNode
]
c:\dev\c45generator\example\dtrees\treeFileIO.cpp(19) : while compiling class template member function 'DTree::TreeFileIO::TreeFileIO(Node_Type *&,std::istream &)'
with
[
Node_Type=DTree::TestC45::TestNode
]
.\DTrees Test\testC45.cpp(63) : see reference to class template instantiation 'DTree::TreeFileIO' being compiled
with
[
Node_Type=DTree::TestC45::TestNode
]
c:\dev\c45generator\example\dtrees\treeFileIO.cpp(102) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
c:\dev\c45generator\example\dtrees\treeFileIO.cpp(96) : while compiling class template member function 'void DTree::TreeFileIO::ReadLeaf(Node_Type &,const char *)'
with
[
Node_Type=DTree::TestC45::TestNode
]
main.cpp
.\DTrees Test\main.cpp(141) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\conio.h(145) : see declaration of 'getch'
.\DTrees Test\main.cpp(147) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(279) : see declaration of 'gets'
.\DTrees Test\main.cpp(157) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(279) : see declaration of 'gets'
.\DTrees Test\main.cpp(181) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\conio.h(145) : see declaration of 'getch'
.\DTrees Test\main.cpp(216) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\conio.h(145) : see declaration of 'getch'
.\DTrees Test\main.cpp(301) : warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
Generating Code...
Linking...
Embedding manifest...
|