cl_refresh_rate_inactive
._. (edited)cargo
expects the --manifest-path
argument after the build
command, cargo ndk
only supports arguments being specified before the build
command, which was causing the Android build to fail with:
error: Failed loading manifest
error: No such file or directory (os error 2)
Regression from #8557.
demo_extract_chat
toolCSnapshotStorage::CHolder
s in the demo_extract_chat
tool is not necessary, as only the member variable m_pAltSnap
is being used in this tool. The regular snapshot data was copied into m_pData
but never read. The other member variables were initialized but never read.
☐
? it's the one from votes, to select the category☐
? it's the one from votes, to select the category str_copy
/str_format
do not mess with your stringstokio
seems to be an essentially unused dependencyanyhow
also seems unused. but it shouldn't be unused, all the unwrap
s and panic!
s should return errors instead ^^str_copy(aBuf, "☐", sizeof(aBuf))
does not seem to work