changeset 799:7895724d2787

Removed the warning on unused variable
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 20 Aug 2012 22:56:18 +0200
parents ca8e30a2426d
children 35f3fe884dc9
files libfdcore/core.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libfdcore/core.c	Mon Aug 20 22:54:56 2012 +0200
+++ b/libfdcore/core.c	Mon Aug 20 22:56:18 2012 +0200
@@ -42,7 +42,9 @@
 struct fd_config * fd_g_config = NULL;
 
 /* gcrypt functions to support posix threads */
+#ifndef GNUTLS_VERSION_210
 GCRY_THREAD_OPTION_PTHREAD_IMPL;
+#endif /* GNUTLS_VERSION_210 */
 
 /* Signal extensions when the framework is completly initialized (they are waiting in fd_core_waitstartcomplete()) */
 static int             is_ready = 0;
"Welcome to our mercurial repository"