Skip to content

C++ feature checks: Ignore linker warnings

On macOS, the linker sometimes emits deprecation warnings. For example, attempting to build a 32-bit binary on macOS 10.13 results in a warning from the linker. Such warnings prevent cmake from building. This patch attempts to work around this by removing any warnings from the linker.

Merge request reports