Changeset 18586 for trunk/FACT++


Ignore:
Timestamp:
09/16/16 14:57:51 (8 years ago)
Author:
tbretz
Message:
Fxied a warning about a missing cast.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ratecontrol.cc

    r17950 r18586  
    364364        }
    365365
    366         const uint32_t val[2] = { -1,  diff };
     366        const uint32_t val[2] = { uint32_t(-1),  diff };
    367367        Dim::SendCommandNB("FTM_CONTROL/SET_THRESHOLD", val);
    368368
Note: See TracChangeset for help on using the changeset viewer.