Navigation


Changeset 1034:f4a73a991623 in freeDiameter for extensions/app_sip/app_sip.h


Ignore:
Timestamp:
Apr 17, 2013, 7:38:12 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix warning on old GCC versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/app_sip.h

    r1033 r1034  
    3939#include <stdlib.h>
    4040#include <stdio.h>
    41 #pragma GCC diagnostic push
    42 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
     41GCC_DIAG_OFF("-Wdeprecated-declarations")
    4342#include <gcrypt.h>
    44 #pragma GCC diagnostic pop
     43GCC_DIAG_ON("-Wdeprecated-declarations")
    4544#include <string.h>
    4645#include <mysql.h>
Note: See TracChangeset for help on using the changeset viewer.