diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-07-15 20:39:35 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-08-31 18:11:30 +0200 |
commit | 19e42fff7ce4529720c0255e70c547a277cd9663 (patch) | |
tree | 6af9b616e9fc980653a5c118ff6ca6b6cd63754b /debian | |
parent | f2fe95a2720e31b66dc60c1109b05af7475f35db (diff) | |
download | ssh-agent-filter-19e42fff7ce4529720c0255e70c547a277cd9663.tar.gz |
use more uniform initialization
std::string(1, <some char>) becomes std::string{<some char>}
also fix accidental use of ssize_t instead of size_t with gmp
This yielded two warnings (-Wnarrowing) where a size_t is used to initialize
an rfc4251uint32, they were fixed with a cast.
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions