Skip to content

AsgTools: Fix gcc12 warning.

Scott Snyder requested to merge ssnyder/athena:gcc12.AsgTools-20220112 into master

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.

Merge request reports