Commit 8b849265 authored by Yang Tse's avatar Yang Tse
Browse files

compiler warning: fix

Fix compiler warning: enumerated type mixed with another type
parent fce7276f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ struct timetest {
  int now_us;
  int timeout_ms;
  int connecttimeout_ms;
  int connecting;
  bool connecting;
  long result;
  const char *comment;
};