浏览代码

Disable warnings about deprecated declarations when testing deprecated declarations.

Cyril Roelandt 13 年之前
父节点
当前提交
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 #
 ###################