-// Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2013, 2015 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
<< "std deviation: " << getStdDevDelay() * 1e3 << " ms"
<< endl
<< "collected packets: " << getCollectedNum() << endl;
- } catch (const Exception& e) {
+ } catch (const Exception&) {
cout << "Delay summary unavailable! No packets received." << endl;
}
}