| commit | da3e473ac3289b6782d45c02e749900594c6e96d | [log] [tgz] |
|---|---|---|
| author | Mike Frysinger <[email protected]> | Sun Dec 23 18:00:24 2012 |
| committer | ChromeBot <[email protected]> | Wed Dec 26 23:24:40 2012 |
| tree | 72da39b8057d428f6c8b84b4aaaef66faf2240af | |
| parent | b9fc973905eddc3d380c9a22b9d2e8bd909cfea8 [diff] |
cast time_t values On x32, the time fields are uint64_t, but long types are 32bit. So using %ld to show times results in warnings. Cast it long to avoid those warnings. BUG=chromium-os:36866 TEST=`emerge-x32-generic libevdev` now works TEST=`emerge-x86-alex libevdev` still works Change-Id: Ieeabe6bb34cd59f537ae58ae0a6ac6f3fa522754 Reviewed-on: https://gerrit.chromium.org/gerrit/40185 Reviewed-by: Chung-yih Wang <[email protected]> Reviewed-by: Che-Liang Chiou <[email protected]> Tested-by: Mike Frysinger <[email protected]> Commit-Queue: Mike Frysinger <[email protected]>