Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/sctps.c

    r1034 r1033  
    231231/* Set the parameters of a session to use the appropriate fifo and stream information */
    232232#ifndef GNUTLS_VERSION_300
    233 GCC_DIAG_OFF("-Wdeprecated-declarations")
     233# pragma GCC diagnostic push
     234# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    234235#endif /* !GNUTLS_VERSION_300 */
    235236static void set_sess_transport(gnutls_session_t session, struct sctps_ctx *ctx)
     
    251252}
    252253#ifndef GNUTLS_VERSION_300
    253 GCC_DIAG_ON("-Wdeprecated-declarations")
     254# pragma GCC diagnostic pop
    254255#endif /* !GNUTLS_VERSION_300 */
    255256
Note: See TracChangeset for help on using the changeset viewer.