stream_cdf_i: Avoid using variable length array for easier compatibility with Windows platform
2 unresolved threads
Merge request reports
Activity
@m214003 please review
Variable Length Array is a C99 thing, C99 is not supported by MSVC.
So its not incorrect, I've corrected the MR description.
Edited by Mathieu Westphal
requested review from @m214003
Before I meddle with your history: there are compile errors. They are minor (forgotten ';') and I could fix them. But maybe its easier if you do that. I guess you would not add a extra commit for that but just force/rebase the fix. I don't want to meddle with the history on your machine. Also I saw that we use Free instead of free. But I would need @m214003 to comment on that.
Edited by Oliver Heidmann
added 1 commit
- 152a9bc7 - stream_cdf_i: Fix an incorrect dynamic stack alloc
Please register or sign in to reply