mirror of https://github.com/EspoTek/Labrador.git
682d49dc13
* Fix unused variable warnings * Fix misleading indent warning * Fix potential buffer overflow with fgets() Was reading 256 bytes into a 255-byte array. The function would read at most 255 bytes then try to append a nul (which would overflow), now will read at most 254 bytes before appending the nul. * Move isoCallback() from .h to .cpp file Fixes warnings that the function is unused by every other file that includes unixusbdriver.h. |
||
---|---|---|
.. | ||
qcp1 | ||
qcp2 | ||
buffercontrol.cpp | ||
buffercontrol.h | ||
cursorenabler.cpp | ||
cursorenabler.h | ||
deviceconnecteddisplay.cpp | ||
deviceconnecteddisplay.h | ||
espocombobox.cpp | ||
espocombobox.h | ||
esposlider.cpp | ||
esposlider.h | ||
espospinbox.cpp | ||
espospinbox.h | ||
noclosemenu.cpp | ||
noclosemenu.h | ||
siprint.cpp | ||
siprint.h | ||
swipeystack.cpp | ||
swipeystack.h | ||
timedtickbox.cpp | ||
timedtickbox.h | ||
voltagespinbox.cpp | ||
voltagespinbox.h |