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

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed May 2 06:41:43 UTC 2018


#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


More information about the tor-bugs mailing list