lanl/singularity-eos

`-fmax-errors` not support by clang

Ouverte

#315 ouverte le 20 oct. 2023

 (12 commentaires) (0 réaction) (3 personnes assignées)C++ (21 forks)auto 404
Testingbuildhelp wanted

Métriques du dépôt

Stars
 (36 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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]

Guide contributeur