Mlw_typing: fix the intermediate variable in record updates
If the record update { expr with f1 = ...; f2 = ... } updates each field in the record, the intermediate variable for expr is unused. Avoid the warning by naming this variable "_q ".
Showing
Please register or sign in to comment