aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_checkdir.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-11-05 14:09:59 -0500
committerNick Mathewson <nickm@torproject.org>2014-11-05 14:12:18 -0500
commit8f645befba4c1c5df9c6f4ef832d217b1fdfed76 (patch)
treea70edce8558b46c6095e98a2d6ba690331bf0907 /src/test/test_checkdir.c
parent4df419a4b19c3b4033b964ec73e82aa988034c81 (diff)
downloadtor-8f645befba4c1c5df9c6f4ef832d217b1fdfed76.tar.gz
tor-8f645befba4c1c5df9c6f4ef832d217b1fdfed76.zip
11291: Fix warnings, add changes file, rename 'mask'.
Diffstat (limited to 'src/test/test_checkdir.c')
-rw-r--r--src/test/test_checkdir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_checkdir.c b/src/test/test_checkdir.c
index 7bf735e061..409ba80004 100644
--- a/src/test/test_checkdir.c
+++ b/src/test/test_checkdir.c
@@ -12,6 +12,7 @@
static void
test_checkdir_perms(void *testdata)
{
+ (void)testdata;
or_options_t *options = get_options_mutable();
const char *subdir = "test_checkdir";
char *testdir;