Skip to content
Snippets Groups Projects
Commit 3e6cef28 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

AsgTools: Fix gcc12 warning.

gcc12 warns about comparing this to nullptr, since this being null
is undefined behavior.

Just remove the check.  If this is null we'll anyway crash on the next line.
parent dce7b2c6
No related branches found
No related tags found
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