forked from boostorg/system
Merge pull request #14 from DanielaE/feature/qoi-warning
fix narrowing conversion
This commit is contained in:
@ -391,7 +391,7 @@ namespace
|
||||
boost::detail::winapi::MAKELANGID_(boost::detail::winapi::LANG_NEUTRAL_,
|
||||
boost::detail::winapi::SUBLANG_DEFAULT_), // Default language
|
||||
&buf[0],
|
||||
buf.size(),
|
||||
static_cast<DWORD>(buf.size()),
|
||||
NULL
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user