OSDN Git Service

Revert "test: ignore deprecated-declarations for GCC >= 6.x"
authorXiang, Haihao <haihao.xiang@intel.com>
Thu, 31 Aug 2017 02:21:02 +0000 (10:21 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 27 Sep 2017 04:56:58 +0000 (12:56 +0800)
This reverts commit ba9d2268b81e5bdde6ec80d52c28fd03d6ae5abe.

test/Makefile.am

index 2a9a46f..f250fee 100644 (file)
@@ -102,7 +102,6 @@ test_i965_drv_video_CPPFLAGS =                                              \
 
 test_i965_drv_video_CXXFLAGS =                                         \
        -Wall -Werror                                                   \
-       -Wno-deprecated-declarations                                    \
        $(AM_CXXFLAGS)                                                  \
        $(NULL)