diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-01 01:36:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-01 01:36:32 +0000 |
commit | fa39336e65fdc24507976ff490fd366ebefc9c46 (patch) | |
tree | c6de285f76132a75c400620bb487a62325cd43d0 /src/common/log.c | |
parent | bbd4ef1cd1f0fb2f2c7b9cab3abbff052d04716f (diff) | |
download | tor-fa39336e65fdc24507976ff490fd366ebefc9c46.tar.gz tor-fa39336e65fdc24507976ff490fd366ebefc9c46.zip |
r12607@catbus: nickm | 2007-04-30 21:36:28 -0400
More attempt to fix win32 building. This time, with extra linking.
svn:r10080
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c index 7e6bcffec5..cb9f0fc7fb 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -652,6 +652,7 @@ configure_libevent_logging(void) void suppress_libevent_log_msg(const char *msg) { + (void)msg; } #endif |