lanl/singularity-eos

`-fmax-errors` not support by clang

开放

#315 创建于 2023年10月20日

 (12 条评论) (0 个反应) (3 位负责人)C++ (21 个派生)auto 404
Testingbuildhelp wanted

仓库指标

星标
 (36 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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]

贡献者指南