-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
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];
ArduinoBLE/src/utility/HCI.cpp
Line 679 in baa1370
uint8_t txBuffer[sizeof(pktHdr) + plen]; |
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.
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project