Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/test_sip/test_sip.h

    r1034 r1033  
    3939#include <stdlib.h>
    4040#include <stdio.h>
    41 GCC_DIAG_OFF("-Wdeprecated-declarations")
     41#pragma GCC diagnostic push
     42#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    4243#include <gcrypt.h>
    43 GCC_DIAG_ON("-Wdeprecated-declarations")
     44#pragma GCC diagnostic pop
    4445#include <string.h>
    4546#include <mysql.h>
Note: See TracChangeset for help on using the changeset viewer.