[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-bugs] #26000 [Core Tor/Tor]: 9abf541f7f breaks Windows builds due to missing "; "



#26000: 9abf541f7f breaks Windows builds due to missing ";"
------------------------------+--------------------------------
     Reporter:  gk            |      Owner:  (none)
         Type:  defect        |     Status:  new
     Priority:  Medium        |  Milestone:  Tor: 0.3.4.x-final
    Component:  Core Tor/Tor  |    Version:
     Severity:  Normal        |   Keywords:
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+--------------------------------
 Commit 9abf541f7f contains among other things
 {{{
 +int32_t
 +monotime_coarse_diff_msec32_(const monotime_coarse_t *start,
 +                             const monotime_coarse_t *end)
 +{
 +  return (int32_t)monotime_coarse_diff_msec(start, end)
 +}
 }}}
 which is breaking our Windows compilation done with mingw-w64:
 {{{
 src/common/compat_time.c: In function 'monotime_coarse_diff_msec32_':
 src/common/compat_time.c:634:1: error: expected ';' before '}' token
  }
  ^
 Makefile:6263: recipe for target 'src/common/src_common_libor_testing_a-
 compat_time.o' failed
 }}}
 Trivial patch forthcoming...

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26000>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs