Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helper: ip: avoid using a VLA in a header because of C++ apps
Variable length arrays are not allowed in C++, so do not use one in a header file that may be included by a C++ application. Clang++-18 complains about it, breaking the build. Signed-off-by: Janne Peltonen <[email protected]> Reviewed-by: Tuomas Taipale <[email protected]>
- Loading branch information