Revert "Suppress many less important clang-tidy warnings." am: a44e3e4
authorChih-hung Hsieh <chh@google.com>
Tue, 26 Apr 2016 18:14:29 +0000 (18:14 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 26 Apr 2016 18:14:29 +0000 (18:14 +0000)
am: 8abc358

* commit '8abc358f558683749e021d1b2216c8f24b582c96':
  Revert "Suppress many less important clang-tidy warnings."

Change-Id: I5c5b7e5923229f5b88054ddfc356f3159ec4fe2c

1  2 
Android.mk

diff --cc Android.mk
index f69f02c248826fea5eef15ee2e642505e7b9d141,a94fbac6fba05504bef35cc617aebeaef340922e..7356d16db610abebe83bd4229e13b8c7da58b253
@@@ -908,14 -729,11 +908,10 @@@ LOCAL_STATIC_LIBRARIES := 
                libpng_ndk \
  
  LOCAL_CFLAGS += \
 -      $(deqp_compile_flags) \
 -      -Wno-error=date-time
 +      $(deqp_compile_flags)
  
- # Suppress about 947 clang-tidy warnings of google-explicit-constructor,
- # and 430 warnings of google-build-using-namespace.
- LOCAL_TIDY_CHECKS := -google-build-using-namespace,-google-explicit-constructor
  LOCAL_SDK_VERSION := 9
 -LOCAL_CPPFLAGS += -Wno-non-virtual-dtor
 +LOCAL_CPPFLAGS += -Wno-non-virtual-dtor -fwrapv
  LOCAL_NDK_STL_VARIANT := gnustl_static
  LOCAL_RTTI_FLAG := -frtti -fexceptions
  LOCAL_MULTILIB := both