lanl/singularity-eos

`-fmax-errors` not support by clang

オープン

#315 opened on 2023/10/20

 (12 件のコメント) (0 件のリアクション) (3 人の担当者)C++ (21 件のフォーク)auto 404
Testingbuildhelp wanted

Repository metrics

Stars
 (36 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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]

コントリビューターガイド