summaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/compat.c')
-rw-r--r--src/common/compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index ae1b58653a..fa30cd8739 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -774,6 +774,7 @@ void tor_mutex_free(tor_mutex_t *m)
}
#else
struct tor_mutex_t {
+ int _unused;
};
tor_mutex_t *tor_mutex_new(void) { return NULL; }
void tor_mutex_acquire(tor_mutex_t *m) { }