diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-29 22:59:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-29 22:59:17 +0000 |
commit | 5c53545d8158cd486d3ccef096f895afd485dd62 (patch) | |
tree | a1d83ddbcafe741af52750b9941af42e1ac01108 /src/common/compat.c | |
parent | c6347cdb0ebb9ad0e374f345fbe085265caf0b15 (diff) | |
download | tor-5c53545d8158cd486d3ccef096f895afd485dd62.tar.gz tor-5c53545d8158cd486d3ccef096f895afd485dd62.zip |
Add a bunch more warnings to out warning suite; resolve them; pack structs a little better.
svn:r5150
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 3718123a7f..a00c452e38 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -817,7 +817,7 @@ spawn_func(int (*func)(void *), void *data) /** End the current thread/process. */ void -spawn_exit() +spawn_exit(void) { #if defined(USE_WIN32_THREADS) _endthread(); |