blob: 2ae304cbf95e9deacb28a897c34001e5b9c338af [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# The following config is applied to code migrated from the ZN build and is a
# stepping stone to full conversion to the GN build.
# It should not be used on any target native to the GN build.
config("zircon-migrated") {
cflags_c = [
"-Wwrite-strings",
"-Wstrict-prototypes",
]
cflags_cc = [
"-Wextra-semi",
"-Wconversion",
"-Wno-sign-conversion",
]
}