New issue
Advanced search Search tips

Issue 796633 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android
Pri: 3
Type: Bug



Sign in to add a comment

gn appears to issue warning only for the first argument (that has no effect)

Project Member Reported by timvolod...@chromium.org, Dec 20 2017

Issue description

when running
$ gn gen out/Debug64

with run_findbugs = true and a webview_framework_jar the warning for the second argument gets masked by the first one.
i.e. the script reports only the first warning as below:

"
WARNING at build arg file (use "gn args <out_dir>" to edit):12:16: Build argument has no effect.
run_findbugs = true
               ^---
The variable "run_findbugs" was set as a build argument
but never appeared in a declare_args() block in any buildfile.
"

 
Components: Build
Cc: jbudorick@chromium.org

Sign in to add a comment