Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/core.c

    r1034 r1033  
    3636#include "fdcore-internal.h"
    3737
    38 GCC_DIAG_OFF("-Wdeprecated-declarations")
     38#pragma GCC diagnostic push
     39#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    3940#include <gcrypt.h>
    40 GCC_DIAG_ON("-Wdeprecated-declarations")
     41#pragma GCC diagnostic pop
    4142
    4243/* The static configuration structure */
Note: See TracChangeset for help on using the changeset viewer.