Prechádzať zdrojové kódy

Disable warnings about deprecated declarations when testing deprecated declarations.

Cyril Roelandt 12 rokov pred
rodič
commit
4144483fb8
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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 #
 ###################