compiler warning -Wsign-compare fixed.
This commit is contained in:
@@ -225,7 +225,7 @@ string BaseLoop::decodeMessage(const string& data)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case ct_read: {
|
case ct_read: {
|
||||||
unsigned int maxAge = 5*60;
|
time_t maxAge = 5*60;
|
||||||
bool verbose = false;
|
bool verbose = false;
|
||||||
while (args.size() > argPos && args[argPos][0] == '-') {
|
while (args.size() > argPos && args[argPos][0] == '-') {
|
||||||
if (args[argPos]== "-f") {
|
if (args[argPos]== "-f") {
|
||||||
|
|||||||
Reference in New Issue
Block a user