Closed SMorettini closed 9 months ago
In BuffUnion arrays of size zero were created. This is bad practice and it can create warnings when compiling
BuffUnion
If a port has no parameter no array is added related to that port in the BuffUnion
Looks good! I refactored the code a bit and addressed the case of internal ports with no formal parameters.
Problem
In
BuffUnion
arrays of size zero were created. This is bad practice and it can create warnings when compilingSolution
If a port has no parameter no array is added related to that port in the
BuffUnion