Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/core.c

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