Commit 02de6df
committed
fix(gateway): drop useless cast in SSE keepalive warning log
chrono::milliseconds::count() already returns int64_t on the platforms we
target, matching PRId64. The redundant static_cast triggered -Wuseless-cast
on GCC.1 parent e8babc0 commit 02de6df
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments