Просмотр исходного кода

Disable warnings about deprecated declarations when testing deprecated declarations.

Cyril Roelandt лет назад: 12
Родитель
Сommit
4144483fb8
1 измененных файлов с 3 добавлено и 0 удалено
  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 #
 ###################