Commit 0d53c400 by Corentin Wallez Committed by Geoff Lang

Revert "Ignore clang -Wall warning."

This was not working as intended. The correct fix was implemented in 44492266 This reverts commit 74b92323. Change-Id: Ib2bc3861bcdb49555b59981ca95f1c1c1e924d7d Reviewed-on: https://chromium-review.googlesource.com/320480 Tryjob-Request: Corentin Wallez <cwallez@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 465b3a5f
......@@ -28,12 +28,6 @@
'angle_build_deqp_executables%' : 0,
'angle_build_deqp_gtest_executables%' :0,
'clang_warning_flags':
[
# tcu::CommandLine has virtual functions but no virtual destructor
'-Wno-no-delete-non-virtual-dtor',
],
'conditions':
[
['(OS=="win" or OS=="linux" or OS=="mac")',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment