Skip to content

MDT_Digitization: Fix gcc11 warning

Adam Edward Barton requested to merge abarton/athena:fixstr into master

The gcc11 warnings are a bit overzealous. The original should be valid according to the standard but this check satisfies the warning.

Resolved warning introduced in !47969 (merged).

Merge request reports