lanl/singularity-eos

`-fmax-errors` not support by clang

Offen

#315 geöffnet am 20.10.2023

 (12 Kommentare) (0 Reaktionen) (3 zugewiesene Personen)C++ (21 Forks)auto 404
Testingbuildhelp wanted

Repository-Metriken

Stars
 (36 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

https://github.com/lanl/singularity-eos/blob/main/CMakeLists.txt#L449 unconditionally adds -fmax-errors=3 which leads to the following warning:

clang: warning: argument unused during compilation: '-fmax-errors=3' [-Wunused-command-line-argument]

Contributor Guide