Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1>------ Build started: Project: AutoInstaller, Configuration: Release Win32 ------
- 1> main.cpp
- 1> amxplugin.cpp
- 1> ziparchive.cpp
- 1>c:\users\rafal\pliki\gpb\aif\autoinstaller\source\zipstream\ziparchive.h(26): warning C4091: 'typedef ' : ignored on left of 'file_info_32' when no variable is declared
- 1>c:\users\rafal\pliki\gpb\aif\autoinstaller\source\zipstream\ziparchive.h(27): warning C4091: 'typedef ' : ignored on left of 'zip_tm' when no variable is declared
- 1>c:\users\rafal\pliki\gpb\aif\autoinstaller\source\zipstream\ziparchive.h(154): warning C4091: 'typedef ' : ignored on left of 'zip_tm' when no variable is declared
- 1>ZipStream\ziparchive.cpp(59): warning C4091: 'typedef ' : ignored on left of 'file_info_32' when no variable is declared
- 1>ZipStream\ziparchive.cpp(104): warning C4091: 'typedef ' : ignored on left of 'ziparchive::core' when no variable is declared
- 1>ZipStream\ziparchive.cpp(113): warning C4091: 'typedef ' : ignored on left of 'zipentry::core' when no variable is declared
- 1>ZipStream\ziparchive.cpp(224): warning C4244: '=' : conversion from 'std::streamoff' to 'zconf::uint32', possible loss of data
- 1>ZipStream\ziparchive.cpp(261): warning C4244: '=' : conversion from 'std::streamoff' to 'zconf::uint32', possible loss of data
- 1>ZipStream\ziparchive.cpp(302): warning C4244: '=' : conversion from 'std::streamoff' to 'zconf::uint32', possible loss of data
- 1>ZipStream\ziparchive.cpp(256): warning C4101: 'word' : unreferenced local variable
- 1>ZipStream\ziparchive.cpp(256): warning C4101: 'lsindex' : unreferenced local variable
- 1>ZipStream\ziparchive.cpp(383): warning C4018: '>=' : signed/unsigned mismatch
- 1>ZipStream\ziparchive.cpp(423): error C2440: 'initializing' : cannot convert from 'std::_Tree_const_iterator<_Mytree>' to 'std::_Tree_const_iterator<_Mytree>'
- 1> with
- 1> [
- 1> _Mytree=std::_Tree_val<std::_Tset_traits<file_info_32 *,sort_by_name,std::allocator<file_info_32 *>,false>>
- 1> ]
- 1> and
- 1> [
- 1> _Mytree=std::_Tree_val<std::_Tset_traits<file_info_32 *,sort_by_offset,std::allocator<file_info_32 *>,false>>
- 1> ]
- 1> No constructor could take the source type, or constructor overload resolution was ambiguous
- 1>ZipStream\ziparchive.cpp(424): error C2440: 'initializing' : cannot convert from 'std::_Tree_const_iterator<_Mytree>' to 'std::_Tree_const_iterator<_Mytree>'
- 1> with
- 1> [
- 1> _Mytree=std::_Tree_val<std::_Tset_traits<file_info_32 *,sort_by_name,std::allocator<file_info_32 *>,false>>
- 1> ]
- 1> and
- 1> [
- 1> _Mytree=std::_Tree_val<std::_Tset_traits<file_info_32 *,sort_by_offset,std::allocator<file_info_32 *>,false>>
- 1> ]
- 1> No constructor could take the source type, or constructor overload resolution was ambiguous
- 1> zstream.cpp
- 1>ZipStream\zstream.cpp(45): warning C4091: 'typedef ' : ignored on left of 'zstream::core' when no variable is declared
- 1>ZipStream\zstream.cpp(222): warning C4800: 'zconf::uint32' : forcing value to bool 'true' or 'false' (performance warning)
- ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement