Skip to content

Commit

Permalink
Remove a clang_warning_flags block from skia.
Browse files Browse the repository at this point in the history
It's apparently not being used, see
https://codereview.chromium.org/437543007/diff/110001/skia/skia_common.gypi#newcode143

BUG=none
R=hans@chromium.org

Review URL: https://codereview.chromium.org/480463003

Cr-Commit-Position: refs/heads/master@{#290381}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290381 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
thakis@chromium.org committed Aug 18, 2014
1 parent cbc581e commit ed9bcff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions skia/skia_common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@
'skia_support_pdf': 1,
}],
],
# TODO(scottmg): http://crbug.com/177306
'clang_warning_flags': [
# Don't warn about string->bool used in asserts.
'-Wstring-conversion',
]
},
'skia_support_gpu': '<(skia_support_gpu)',
'skia_support_pdf': '<(skia_support_pdf)',
Expand Down

0 comments on commit ed9bcff

Please sign in to comment.