mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 20:50:14 +01:00
fix a warning
This commit is contained in:
parent
983374a758
commit
32b4b2a2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -1424,7 +1424,7 @@ _dbus_poll (DBusPollFD *fds,
|
|||
#else /* ! HAVE_POLL */
|
||||
|
||||
fd_set read_set, write_set, err_set;
|
||||
int max_fd;
|
||||
int max_fd = 0;
|
||||
int i;
|
||||
struct timeval tv;
|
||||
int ready;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue