comparison libfdcore/config.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
224 return 0; 224 return 0;
225 } 225 }
226 #endif /* GNUTLS_VERSION_300 */ 226 #endif /* GNUTLS_VERSION_300 */
227 227
228 #ifndef GNUTLS_VERSION_300 228 #ifndef GNUTLS_VERSION_300
229 # pragma GCC diagnostic push
229 # pragma GCC diagnostic ignored "-Wdeprecated-declarations" 230 # pragma GCC diagnostic ignored "-Wdeprecated-declarations"
230 #endif /* !GNUTLS_VERSION_300 */ 231 #endif /* !GNUTLS_VERSION_300 */
231 /* Parse the configuration file (using the yacc parser) */ 232 /* Parse the configuration file (using the yacc parser) */
232 int fd_conf_parse() 233 int fd_conf_parse()
233 { 234 {
596 } 597 }
597 598
598 return 0; 599 return 0;
599 } 600 }
600 #ifndef GNUTLS_VERSION_300 601 #ifndef GNUTLS_VERSION_300
601 # pragma GCC diagnostic pop "-Wdeprecated-declarations" 602 # pragma GCC diagnostic pop
602 #endif /* !GNUTLS_VERSION_300 */ 603 #endif /* !GNUTLS_VERSION_300 */
603 604
604 605
605 /* Destroy contents of fd_g_config structure */ 606 /* Destroy contents of fd_g_config structure */
606 int fd_conf_deinit() 607 int fd_conf_deinit()
"Welcome to our mercurial repository"