Navigation


Changeset 959:8881967d087c in freeDiameter for extensions/app_sip/app_sip.h


Ignore:
Timestamp:
Feb 28, 2013, 7:08:44 PM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Silence gcrypt warnings in more places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/app_sip.h

    r639 r959  
    3939#include <stdlib.h>
    4040#include <stdio.h>
     41#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    4142#include <gcrypt.h>
     43#pragma GCC diagnostic warning "-Wdeprecated-declarations"
    4244#include <string.h>
    4345#include <mysql.h>
Note: See TracChangeset for help on using the changeset viewer.