Navigation


Changeset 959:8881967d087c in freeDiameter for extensions/app_diameap/libcrypt.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_diameap/libcrypt.h

    r425 r959  
    4040#define LIBCRYPT_H_
    4141
     42#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    4243#include <gcrypt.h>
     44#pragma GCC diagnostic warning "-Wdeprecated-declarations"
    4345#include <stdio.h>
    4446
Note: See TracChangeset for help on using the changeset viewer.