Commit 03c8624
[clang:ast] Avoid warning for unused var without assertions. (NFC) (#169822)
This PR avoids a compiler warning, which turns into an error with
`-Werror`, for a variable introduced in #169276 and only used in an
assertion (which is, thus, unused if compiled without assertions).
Signed-off-by: Ingo Müller <[email protected]>
Co-authored-by: Simon Pilgrim <[email protected]>1 parent db85bab commit 03c8624
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12179 | 12179 | | |
12180 | 12180 | | |
12181 | 12181 | | |
12182 | | - | |
12183 | | - | |
| 12182 | + | |
| 12183 | + | |
12184 | 12184 | | |
12185 | 12185 | | |
12186 | 12186 | | |
| |||
0 commit comments