Navigation


Changeset 799:7895724d2787 in freeDiameter


Ignore:
Timestamp:
Aug 21, 2012, 5:56:18 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Removed the warning on unused variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/core.c

    r797 r799  
    4343
    4444/* gcrypt functions to support posix threads */
     45#ifndef GNUTLS_VERSION_210
    4546GCRY_THREAD_OPTION_PTHREAD_IMPL;
     47#endif /* GNUTLS_VERSION_210 */
    4648
    4749/* Signal extensions when the framework is completly initialized (they are waiting in fd_core_waitstartcomplete()) */
Note: See TracChangeset for help on using the changeset viewer.