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]

貢獻者指南