Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/config.c

    r1034 r1033  
    227227
    228228#ifndef GNUTLS_VERSION_300
    229 GCC_DIAG_OFF("-Wdeprecated-declarations")
     229# pragma GCC diagnostic push
     230# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    230231#endif /* !GNUTLS_VERSION_300 */
    231232/* Parse the configuration file (using the yacc parser) */
     
    599600}
    600601#ifndef GNUTLS_VERSION_300
    601 GCC_DIAG_ON("-Wdeprecated-declarations")
     602# pragma GCC diagnostic pop
    602603#endif /* !GNUTLS_VERSION_300 */
    603604
Note: See TracChangeset for help on using the changeset viewer.