Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore discarded const qualifier with Intel compiler (chapel-lang#24724)
Ignore discarded const qualifiers in generated C code with the Intel `icc` compiler, as we do for `gcc`. This is newly needed because we now represent `export`ed `c_ptrConst`s as `const`, as of chapel-lang#24674. [reviewed by @dlongnecke-cray , thanks!] Testing: - [x] resolves error encountered in nightly reproducer configuration
- Loading branch information