Navigation


Changeset 1033:000e1904074c in freeDiameter for tests/tests.h


Ignore:
Timestamp:
Apr 16, 2013, 12:45:52 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Children:
1034:f4a73a991623, 1035:2f989d1a21e9
Phase:
public
Message:

Fix a number of additional warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/tests.h

    r1000 r1033  
    4747#include <pthread.h>
    4848#include <errno.h>
     49#pragma GCC diagnostic push
    4950#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    5051#include <gcrypt.h>
    51 #pragma GCC diagnostic warning "-Wdeprecated-declarations"
     52#pragma GCC diagnostic pop
    5253
    5354/* Test timeout duration, unless -n is passed on the command line */
Note: See TracChangeset for help on using the changeset viewer.