Ticket #6012: patch-libs_config_test_boost_has_pthread_yield_ipp
| File patch-libs_config_test_boost_has_pthread_yield_ipp, 406 bytes (added by , 11 years ago) |
|---|
| Line | |
|---|---|
| 1 | Index: libs/config/test/boost_has_pthread_yield.ipp |
| 2 | =================================================================== |
| 3 | --- libs/config/test/boost_has_pthread_yield.ipp (revision 74924) |
| 4 | +++ libs/config/test/boost_has_pthread_yield.ipp (working copy) |
| 5 | @@ -17,7 +17,7 @@ |
| 6 | void f() |
| 7 | { |
| 8 | // this is never called, it just has to compile: |
| 9 | - int res = pthread_yield(); |
| 10 | + pthread_yield(); |
| 11 | } |
| 12 | |
| 13 | int test() |
