Remove trivially-true DEBUG_CHECKs in safe_sprintf.cc
There are some DEBUG_CHECKs here verifying that a size_t is >= 0. Since a size_t is unsigned, these are trivially true and with the default warning settings for CrOS builds, the warning generated here will cause a build failure. BUG=424334 TEST=ensure existing builds pass Review URL: https://codereview.chromium.org/642263006 Cr-Commit-Position: refs/heads/master@{#300025}
Showing
Please register or sign in to comment