Closed SchrodingersGat closed 6 years ago
The fault you describe could occur if a packet had an array field (which requires an encode iterator), but that field did not have init or verify data. I've updated protogen to separately track the iterator requirement for init versus verify versus encode. 2.11.f should resolve the warning, let me know if it does.
Looks like this has correctly addressed the issue, thanks
Version 2.11.d
Here is an example of some generated code
There are no array variables, so the iterator should not be generated. This causes noisy compiler warnings.