blob: d947f69fc0f343eba530e056e7547bb80723ef8f [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# TODO(crbug.com/1047552): Disable string-compare warning which causes build
# failure due to false positive warning case.
cros_pre_src_configure_dis_str_cmp() {
append-flags -Wno-string-compare || die
}