Skip to content

Disable warnings in clang properly

Summary

Disable warning -Wbitwise-instead-of-logical only for clang where the warning actually exists (i.e. >= 14) and call #pragma diagnostic pop only if previously called push.

Edited by Simon Praetorius

Merge request reports