Sfoglia il codice sorgente

Disable warnings about deprecated declarations when testing deprecated declarations.

Cyril Roelandt 12 anni fa
parent
commit
4144483fb8
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      tests/Makefile.am

+ 3 - 0
tests/Makefile.am

@@ -364,6 +364,9 @@ datawizard_wt_host_SOURCES =			\
 datawizard_wt_broadcast_SOURCES =		\
 	datawizard/wt_broadcast.c
 
+main_deprecated_func_CFLAGS = $(AM_CFLAGS) -Wno-deprecated-declarations
+main_deprecated_buffer_CFLAGS = $(AM_CFLAGS) -Wno-deprecated-declarations
+
 ###################
 # Block interface #
 ###################