Static Analysis Problem Type Reference
An inconsistent data declaration was found.
In this case, the same name was declared in two compilation units, but with different type qualifiers. For example, one might be declared with the "const" qualifier and the other without.
|
ID |
Code Location |
Description |
|---|---|---|
|
1 |
Definition |
The first definition |
|
2 |
Definition |
The second definition |