Skip to content

respect ZIPPING_SEMANTIC_CHECKS in areSemanticallyCompatible

Paul Seyfert requested to merge pseyfert/LHCb:zip_semantics_check into master

Compilers might not be able to see that all zip identifiers are identical when ZIPPING_SEMANTIC_CHECKS is unset (manipulation outside the current TU). This is mostly taken into account in ZipSelection.h but this place in ZipUtils.h got overlooked.

Merge request reports