Explorar o código

Disable warnings about deprecated declarations when testing deprecated declarations.

Cyril Roelandt %!s(int64=13) %!d(string=hai) anos
pai
achega
4144483fb8
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 #
 ###################