ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications
Other
38 stars 36 forks source link

Many lock algorithms include unused variables or awkward stubs to enable porting resulting in compiler warnings #20

Closed lucasclucasdo closed 5 years ago

lucasclucasdo commented 6 years ago

All of the included lock algorithms should be built with -Wall enabled and any warnings encountered should be fixed.

zoybai commented 5 years ago

Close and duplicate this bug to #41