Navigation


Changeset 1033:000e1904074c in freeDiameter for extensions/app_sip/app_sip.h


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
  • extensions/app_sip/app_sip.h

    r1027 r1033  
    3939#include <stdlib.h>
    4040#include <stdio.h>
     41#pragma GCC diagnostic push
    4142#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    4243#include <gcrypt.h>
    43 #pragma GCC diagnostic warning "-Wdeprecated-declarations"
     44#pragma GCC diagnostic pop
    4445#include <string.h>
    4546#include <mysql.h>
Note: See TracChangeset for help on using the changeset viewer.