clang/'Dead nested assignment': don't assign unused value to precision #15012

This commit is contained in:
dundargoc 2021-07-07 22:17:03 +02:00 committed by GitHub
parent 3de777d259
commit 0fd3f9130d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -964,7 +964,7 @@ int vim_vsnprintf_typval(
break;
}
}
str_arg_l = precision = (size_t)(p1 - (char_u *)str_arg);
str_arg_l = (size_t)(p1 - (char_u *)str_arg);
}
}
break;