Navigation



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_diameap/libcrypt.h

    r1033 r1034  
    4040#define LIBCRYPT_H_
    4141
    42 #pragma GCC diagnostic push
    43 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
     42/* EAP-TLS*/
     43#include "diameap_tls.h"
     44
     45GCC_DIAG_OFF("-Wdeprecated-declarations")
    4446#include <gcrypt.h>
    45 #pragma GCC diagnostic pop
     47GCC_DIAG_ON("-Wdeprecated-declarations")
    4648#include <stdio.h>
    4749
    48 /* EAP-TLS*/
    49 #include "diameap_tls.h"
    5050
    5151
Note: See TracChangeset for help on using the changeset viewer.