Navigation


Changeset 1033:000e1904074c in freeDiameter for libfdcore/sctps.c


Ignore:
Timestamp:
Apr 16, 2013, 12:45:52 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Children:
1034:f4a73a991623, 1035:2f989d1a21e9
Phase:
public
Message:

Fix a number of additional warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/sctps.c

    r1027 r1033  
    231231/* Set the parameters of a session to use the appropriate fifo and stream information */
    232232#ifndef GNUTLS_VERSION_300
     233# pragma GCC diagnostic push
    233234# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    234235#endif /* !GNUTLS_VERSION_300 */
     
    251252}
    252253#ifndef GNUTLS_VERSION_300
    253 # pragma GCC diagnostic pop "-Wdeprecated-declarations"
     254# pragma GCC diagnostic pop
    254255#endif /* !GNUTLS_VERSION_300 */
    255256
Note: See TracChangeset for help on using the changeset viewer.