Commit aa06d0b
committed
astutils.cpp: fixed
```
lib/astutils.cpp:115:23: error: comparison of unsigned expression in ‘< 0’ is always false [-Werror=type-limits]
115 | if (!tok || depth < 0)
| ~~~~~~^~~
```-Wtype-limits GCC warning in NONNEG build1 parent eadba4e commit aa06d0b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments