Navigation


Changeset 1033:000e1904074c in freeDiameter for libfdcore/config.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/config.c

    r1027 r1033  
    227227
    228228#ifndef GNUTLS_VERSION_300
     229# pragma GCC diagnostic push
    229230# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    230231#endif /* !GNUTLS_VERSION_300 */
     
    599600}
    600601#ifndef GNUTLS_VERSION_300
    601 # pragma GCC diagnostic pop "-Wdeprecated-declarations"
     602# pragma GCC diagnostic pop
    602603#endif /* !GNUTLS_VERSION_300 */
    603604
Note: See TracChangeset for help on using the changeset viewer.