Commit 74b92323 by Geoff Lang

Ignore clang -Wall warning.

Change-Id: I76e3cd5038457a7d978497ef9a5ebee60b05e34d
parent 66988745
......@@ -28,6 +28,12 @@
'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