Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. ```>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\boost\leaf\common.hpp(35,1): error C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  2. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h(182): message : see declaration of 'strerror'
  3. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(253,1): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  4. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\stdio.h(208): message : see declaration of 'fopen'
  5. 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include\ostream(379,1): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
  6. 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include\ostream(372): message : while compiling class template member function 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(unsigned __int64)'
  7. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(323): message : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(unsigned __int64)' being compiled
  8. 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include\ostream(645): message : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits<char>>' being compiled
  9. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(274,14): warning C4244: 'initializing': conversion from '_Rep' to 'int', possible loss of data
  10. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(274,14): warning C4244: with
  11. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(274,14): warning C4244: [
  12. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(274,14): warning C4244: _Rep=__int64
  13. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(274,14): warning C4244: ]
  14. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(293): message : see reference to function template instantiation 'int print_elapsed_time<benchmark_type::<lambda_9fadaa70aa8807c981049d6b554f6faf>>(int,F &&)' being compiled
  15. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(293): message : with
  16. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(293): message : [
  17. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(293): message : F=benchmark_type::<lambda_9fadaa70aa8807c981049d6b554f6faf>
  18. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(293): message : ]
  19. 1>C:\Users\jason\source\repos\ConsoleApplication1\ConsoleApplication1\deep_stack_leaf.cpp(328): message : see reference to function template instantiation 'int benchmark_type<100,e_error_code>(const char *,int)' being compiled
  20. 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include\chrono(669): message : see reference to class template instantiation 'std::chrono::duration<double,std::ratio<1,1>>' being compiled
  21. 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include\chrono(177): message : see reference to class template instantiation 'std::chrono::duration<__int64,std::nano>' being compiled
  22. 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include\chrono(647): message : see reference to class template instantiation 'std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration>' being compiled
  23. 1>Done building project "ConsoleApplication1.vcxproj" -- FAILED.```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement