diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-09-22 22:04:52 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-09-29 06:31:28 +0200 |
commit | b852d1ba3dc932da4be046fe73a8ca4928b88e07 (patch) | |
tree | 4520e4c11e28d94059776acba60cff89497cf3e8 | |
parent | e40b2314506e88dc9ef017b575db0381fc300e0c (diff) |
buildconf/local.conf: silence warning
Each deployed source file throws the warning 'host-user-contaminated'
in an angstrom setup.
Silence the QA warning.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r-- | buildconf/local.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf index cb4f2c5..6951570 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -1,4 +1,5 @@ -# +WARN_QA_remove = "host-user-contaminated" + # This file is your local configuration file and is where all local user settings # are placed. The comments in this file give some guide to the options a new user # to the system might want to change but pretty much any configuration option can |