diff options
| author | Comment <tim@gray.(none)> | 2013-11-05 22:33:22 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-11-05 22:33:22 +0000 |
| commit | 18a77356a424511e7ae1865d1554d20b4b5c51fb (patch) | |
| tree | 15209fc88f1b8fd4fe2ced01ac804772c8f0a43b /rotord/src/nodes_source.h | |
| parent | 9462492cae4d94157538f353d67f2f6daaa45259 (diff) | |
clean up compiler warnings
Diffstat (limited to 'rotord/src/nodes_source.h')
| -rw-r--r-- | rotord/src/nodes_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/nodes_source.h b/rotord/src/nodes_source.h index 37c3b61..6928f05 100644 --- a/rotord/src/nodes_source.h +++ b/rotord/src/nodes_source.h @@ -15,7 +15,7 @@ namespace Rotor { }; Signal_colour(map<string,string> &settings):Signal_colour() { base_settings(settings); - for (int i=0;i<attributes["palette"]->value.size()/6;i++){ + for (uint32_t i=0;i<attributes["palette"]->value.size()/6;i++){ palette.push_back(Colour(attributes["palette"]->value.substr(i*6,6))); } prevcol=-1; |
