Navigation


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

    r1027 r1033  
    3636#include "fdcore-internal.h"
    3737
     38#pragma GCC diagnostic push
    3839#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    3940#include <gcrypt.h>
    40 #pragma GCC diagnostic pop "-Wdeprecated-declarations"
     41#pragma GCC diagnostic pop
    4142
    4243/* The static configuration structure */
Note: See TracChangeset for help on using the changeset viewer.