libgit2/tests/threads
Patrick Steinhardt 13c275aba5 tests: threads::diff: fix warning for unused variable
The threads::diff test suite has a static variable `_retries`, which is
used on Windows platforms only. As it is unused on other systems, the
compiler throws a warning there. Fix the warning by wrapping the
declaration in an ifdef.
2017-04-21 07:49:08 +00:00
..
basic.c tests: handle life without threads 2016-11-18 19:00:14 +00:00
diff.c tests: threads::diff: fix warning for unused variable 2017-04-21 07:49:08 +00:00
iterator.c iterator: use an options struct instead of args 2015-08-28 18:39:47 -04:00
refdb.c refdb: disable concurrent compress in the threading tests on Windows 2016-12-12 17:09:12 +00:00
thread_helpers.c threads: split up OS-dependent thread code 2016-06-20 19:32:59 +02:00
thread_helpers.h Attribute file cache refactor 2014-04-17 14:56:41 -07:00