Skip to content

Fix rare warning

Serguei Ossokine requested to merge fix_abs_warning into main

Occasionally the elements of the prefixes that were never used could give a warning about invalid value encountered in absolute. This doesn't affect anything since these are never used but this MR hopefully removes such cases altogether.

Merge request reports