mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
clang-tidy: google-readability-casting (NFC)
This commit is contained in:
@@ -61,7 +61,8 @@ void ConstBufferCallbackStore::performCallback(const char* name,
|
||||
static_cast<size_t>(length)});
|
||||
|
||||
env->CallVoidMethod(m_call, sim::GetConstBufferCallback(),
|
||||
MakeJString(env, name), toCallbackArr, (jint)length);
|
||||
MakeJString(env, name), toCallbackArr,
|
||||
static_cast<jint>(length));
|
||||
|
||||
if (env->ExceptionCheck()) {
|
||||
env->ExceptionDescribe();
|
||||
|
||||
Reference in New Issue
Block a user