| Index: tools/gn/docs/cookbook.md
|
| diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md
|
| index 57df03c94b3c0bc5cb1521c7ff56bce144c3ed87..9e9d58b735a510cb9830dd7ec0043495ab6b2cf0 100644
|
| --- a/tools/gn/docs/cookbook.md
|
| +++ b/tools/gn/docs/cookbook.md
|
| @@ -484,8 +484,8 @@ compiler/BUILD.gn: "/wd4018", # Comparing signed and unsigned values.
|
| ```
|
|
|
| tells us that warning 4018 is already disabled globally from the
|
| -`//build/config/compiler:default_warnings` config, and the same for
|
| -4244. So ignore these.
|
| +`default_warning_flags` variable in `//build/config/compiler`, and the same
|
| +for 4244. So ignore these.
|
|
|
| Always comment what the warning is. Use your favorite search engine and
|
| type "vc warning 4267" to look it up. You'll end up with:
|
|
|