Skip to content

Aurora compiler warning #527

@penfold42

Description

@penfold42

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) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions