Commit 5a9d0b3
authored
templatesimplifier.cpp: fixed
```
/home/runner/work/cppcheck/cppcheck/lib/templatesimplifier.cpp:824:42: error: Loss of sign in implicit conversion [clang-analyzer-alpha.core.Conversion,-warnings-as-errors]
824 | const unsigned int pos = getTemplateNamePosition(tok);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
```clang-analyzer-alpha.core.Conversion warning in getTemplateInstantiations() (danmar#7384)1 parent 21dd3bd commit 5a9d0b3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
824 | | - | |
| 824 | + | |
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
| |||
0 commit comments