protocol/ArgParser: use std::numeric_limits

Using unsigned(-1) renders undefined behavior.
This commit is contained in:
Max Kellermann
2015-08-11 22:57:47 +02:00
parent 9231f420c1
commit ee61dfe087
2 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,6 @@
#include "Result.hxx"
#include "Chrono.hxx"
#include <limits>
#include <stdlib.h>
bool