blob: c6441fe0bafba6cc05a0b4f86f5cb554e74c30b8 [file] [log] [blame]
# Copyright 2020 The ChromiumOS Authors
# 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
}