Commit afe06d15 authored by Yang Tse's avatar Yang Tse
Browse files

fix compiler warning

parent c40365e9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3241,6 +3241,9 @@ static void set_nonblocking(struct Configurable *config, int fd)
    flags = fcntl(fd, F_SETFL, flags | O_NONBLOCK);
  else
    warnf(config, "fcntl failed on fd=%d: %s\n", fd, strerror(errno));
#else
  (void) config;
  (void) fd;
#endif
}