-
-
Notifications
You must be signed in to change notification settings - Fork 406
Closed
Labels
Description
A simple thing, but its the ONLY warning i get doing a fresh build on centos!
/home/penfold/github/hyperion.ng/libsrc/leddevice/dev_net/LedDeviceAurora.cpp: In member function ‘virtual int LedDeviceAurora::write(const std::vector<ColorRgb>&)’:
/home/penfold/github/hyperion.ng/libsrc/leddevice/dev_net/LedDeviceAurora.cpp:174:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (i<udpBufferSize) {
^
/home/penfold/github/hyperion.ng/libsrc/leddevice/dev_net/LedDeviceAurora.cpp:183:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(panelCounter > panelCount) {