Bump the submodules group with 1 update #1054
Annotations
6 warnings
foobar2000/SDK/menu_helpers.cpp#L139
'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
m_data[dataptr].m_name = strdup(nametemp);
^
|
foobar2000/SDK/menu_helpers.cpp#L205
'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
m_data[dataptr].m_name = strdup(nametemp);
^
|
foobar2000/SDK/metadb.cpp#L26
'metadb_io::load_info_multi': was declared deprecated
return load_info_multi(pfc::list_single_ref_t<metadb_handle_ptr>(p_item),p_type,p_parent_window,p_show_errors);
^
|
foobar2000/SDK/metadb.cpp#L32
'metadb_io::update_info_multi': was declared deprecated
return update_info_multi(pfc::list_single_ref_t<metadb_handle_ptr>(p_item),pfc::list_single_ref_t<file_info*>(blah),p_parent_window,p_show_errors);
^
|
foobar2000/SDK/playlist.cpp#L782
'metadb_io::load_info_multi': was declared deprecated
if (metadb_io::get()->load_info_multi(m_handles,metadb_io::load_info_default,p_parentwnd,true) == metadb_io::load_info_aborted) return false;
^
|
pfc/win-objects.cpp#L393
'GetVersion': was declared deprecated
const DWORD ver = GetVersion();
^
|
The logs for this run have expired and are no longer available.
Loading