warning: variable length arrays in C++ are a Clang extension#350
warning: variable length arrays in C++ are a Clang extension#350JlnWntr wants to merge 1 commit intothestk:masterfrom
Conversation
|
I think this workaround should use |
|
First, thank you all for maintaining such a useful project. I too see this warning using clang-20 on macOS. It's annoying, though harmless.
Please let me know if I can be of help in putting together a PR - would be happy to do so. Regards, Jonathon |
warning: variable length arrays in C++ are a Clang extension) extension] 1686 | Byte buffer[bufsize+16]; // pad for other struct members
I compiled this with
g++(clang, std c++17) on a recent macOS command line.