Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/tests.h

    r1033 r1034  
    4747#include <pthread.h>
    4848#include <errno.h>
    49 #pragma GCC diagnostic push
    50 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
     49GCC_DIAG_OFF("-Wdeprecated-declarations")
    5150#include <gcrypt.h>
    52 #pragma GCC diagnostic pop
     51GCC_DIAG_ON("-Wdeprecated-declarations")
    5352
    5453/* Test timeout duration, unless -n is passed on the command line */
Note: See TracChangeset for help on using the changeset viewer.