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/plugins/eap_md5/eap_md5.c

    r1033 r1034  
    3838
    3939#include "../../plugins.h"
    40 #pragma GCC diagnostic push
    41 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
     40GCC_DIAG_OFF("-Wdeprecated-declarations")
    4241#include <gcrypt.h>
    43 #pragma GCC diagnostic pop
     42GCC_DIAG_ON("-Wdeprecated-declarations")
    4443
    4544#define CHALLENGE_LEN   16
Note: See TracChangeset for help on using the changeset viewer.