Navigation


Changeset 959:8881967d087c in freeDiameter for tests


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
  • tests/tests.h

    r854 r959  
    4747#include <pthread.h>
    4848#include <errno.h>
     49#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    4950#include <gcrypt.h>
     51#pragma GCC diagnostic warning "-Wdeprecated-declarations"
    5052
    5153/* Test timeout duration, unless -n is passed on the command line */
Note: See TracChangeset for help on using the changeset viewer.