Skip to content
Commit 752fafda authored by Jordan Rupprecht's avatar Jordan Rupprecht
Browse files

[NFC] Fix -Wsometimes-uninitialized

After 49142991, clang detects that MUL may be uninitialized. Set it to nullptr to suppress this check.

Adding an assert to check that it is ultimately set fails two test cases. Since this is not a new issue, leave the assertion commented out until a code owner can fix the bug. The two failing test cases are noted in the assertion comment.
parent 3043e5a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment