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
..Documents\Arduino\libraries\ArduinoBLE\src\utility\HCI.cpp:472:41: warning: variable length array 'txBuffer' is used [-Wvla]
uint8_t txBuffer[sizeof(pktHdr) + plen];
The problem is there are so many of these that they hide other warnings.
Can they be fixed or suppressed?
The text was updated successfully, but these errors were encountered: