Commit 3983c0c
authored
valueflow.cpp: fixed
```
lib/valueflow.cpp: In function ‘const Token* ValueFlow::solveExprValue(const Token*, const std::function<std::vector<long long int>(const Token*)>&, Value&)’:
lib/valueflow.cpp:8405:28: warning: ‘intval’ may be used uninitialized [-Wmaybe-uninitialized]
8405 | value.intvalue /= intval;
| ~~~~~~~~~~~~~~~^~~~~~~~~
lib/valueflow.cpp:8383:21: note: ‘intval’ was declared here
8383 | MathLib::bigint intval;
| ^~~~~~
```-Wmaybe-uninitialized GCC warning in optimized build (#6430)1 parent 191f339 commit 3983c0c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8425 | 8425 | | |
8426 | 8426 | | |
8427 | 8427 | | |
8428 | | - | |
| 8428 | + | |
8429 | 8429 | | |
8430 | 8430 | | |
8431 | 8431 | | |
| |||
0 commit comments