summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-06-30 16:04:55 -0700
committerGitHub <noreply@github.com>2025-06-30 23:04:55 +0000
commit7a6a455f182722a42fcba5a2fc57c0cd524c4764 (patch)
tree7da109b6a22a062c37cf28cc22ed852d5baa2f48 /external
parent0f098b9d27a859add3d62d2e82b699341d5ce895 (diff)
Allow a compiler warning on MacOS (#7561)
This PR is to allow a compiler warning even when all warnings are requested to be treated as errors. The following pattern is very common in Slang code base: if (auto var = as<...>(...)) And when `var` is not used, the compiler prints a warning. Alternatively we can remove `auto var =` part but there are too many. Co-authored-by: Jay Kwak <jkwak@jkwak-mlt.client.nvidia.com>
Diffstat (limited to 'external')
0 files changed, 0 insertions, 0 deletions