mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-04 15:30:41 +02:00
src/nm-sudo/nm-sudo.c: In function '_handle_ping':
src/nm-sudo/nm-sudo.c:92:79: error: format '%ld' expects argument of type 'long int', but argument 5 has type 'gint64' {aka 'long long int'} [-Werror=format=]
92 | msg = g_strdup_printf("pid=%lu, unique-name=%s, nm-name-owner=%s, since=%ld.%03d%s, pong=%s",
| ~~^
| |
| long int
| %lld
......
96 | running_msec / 1000,
| ~~~~~~~~~~~~~~~~~~~
| |
| gint64 {aka long long int}
Fixes:
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| nm-sudo.c | ||
| nm-sudo.conf | ||
| org.freedesktop.nm.sudo.service.in | ||