comparison libfdcore/core.c @ 1033:000e1904074c

Fix a number of additional warnings
author Sebastien Decugis <sdecugis@freediameter.net>
date Tue, 16 Apr 2013 11:45:52 +0800
parents 0117a7746b21
children f4a73a991623
comparison
equal deleted inserted replaced
1032:313c510b0d65 1033:000e1904074c
33 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 33 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
34 *********************************************************************************************************/ 34 *********************************************************************************************************/
35 35
36 #include "fdcore-internal.h" 36 #include "fdcore-internal.h"
37 37
38 #pragma GCC diagnostic push
38 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" 39 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
39 #include <gcrypt.h> 40 #include <gcrypt.h>
40 #pragma GCC diagnostic pop "-Wdeprecated-declarations" 41 #pragma GCC diagnostic pop
41 42
42 /* The static configuration structure */ 43 /* The static configuration structure */
43 static struct fd_config g_conf; 44 static struct fd_config g_conf;
44 struct fd_config * fd_g_config = NULL; 45 struct fd_config * fd_g_config = NULL;
45 46
"Welcome to our mercurial repository"