commit | 687d4e8c3f0d22c5a6193d8c87551500a86f499b | [log] [tgz] |
---|---|---|
author | Alex Deymo <[email protected]> | Wed Jun 25 01:44:35 2014 |
committer | chrome-internal-fetch <[email protected]> | Thu Jun 26 02:42:18 2014 |
tree | ef2a9f4fdb2f15b50b26b69a5de92e31e2d4200d | |
parent | 604df69ed3e7a528be9a91ca7be0fa2b9b180166 [diff] |
Fix default arg value logic. The expression ("argin" + i), where i is an unsigned value doesn't concatenate the number with the string. This, appart from being wrong, produces a warning. This patch fixes the logic by converting the values to string. BUG=chromium:364592 TEST=emerge-link dbus-c++ Change-Id: I624501468727de15d2c70c1d94f944cb5e8e7086 Reviewed-on: https://chromium-review.googlesource.com/205560 Reviewed-by: Alex Vakulenko <[email protected]> Commit-Queue: Alex Deymo <[email protected]> Tested-by: Alex Deymo <[email protected]>