warning: variable length array 'txBuffer' is used [-Wvla] #89
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Turning on Full compiler warnings give a number of these types of warnings
ArduinoBLE/src/utility/HCI.cpp
Line 679 in baa1370
These warnings from the library make it difficult for the library user to monitor the compilation output for important warnings for problems in their own code.
Please fix or suppress these warnings if possible.
The text was updated successfully, but these errors were encountered: