... | ... | @@ -20,6 +20,14 @@ You have defined a struct containing a member of the same name ("feedback" in th |
|
|
</struct>
|
|
|
```
|
|
|
|
|
|
or you have used a struct name that is a reserved word in Protobuf. Rename it.
|
|
|
```
|
|
|
<struct name="Swap">
|
|
|
<member name="counter" type="uint32_t"/>
|
|
|
</struct>
|
|
|
```
|
|
|
|
|
|
|
|
|
**Background**
|
|
|
|
|
|
The code that gets generated for the member looks to the compiler like a mal-formed constructor.
|
... | ... | |