commit | f558432f624b37d62226253b2ed60a910adb1200 | [log] [tgz] |
---|---|---|
author | sabina <sabina1109@gmail.com> | Sat Sep 23 18:37:19 2017 -0700 |
committer | Sabina Davis <sabina1109@gmail.com> | Sun Sep 24 13:54:01 2017 -0700 |
tree | bb0107280988c65344fd8b66e82a489f3f93d941 | |
parent | b79af7c8000c8e983cf91c8b937001ab01124d26 [diff] [blame] |
fixed copy elision error in clang 3.8 Change-Id: I31f95667c309c80ade1289f0923e261e51bfa3a1
diff --git a/third_party/gperftools/BUILD b/third_party/gperftools/BUILD index 4fa332f..7676131 100644 --- a/third_party/gperftools/BUILD +++ b/third_party/gperftools/BUILD
@@ -208,6 +208,7 @@ ], copts = common_copts + [ '-fno-builtin', + '-Wno-mismatched-new-delete', ], size = 'small', )