lanl/singularity-eos

`-fmax-errors` not support by clang

Aperta

#315 aperta il 20 ott 2023

 (12 commenti) (0 reazioni) (3 assegnatari)C++ (21 fork)auto 404
Testingbuildhelp wanted

Metriche repository

Star
 (36 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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]

Guida contributor