mirror of https://github.com/thesofproject/sof.git
set_xtensa_params.sh: silence warnings which are wrong when sourced
We can't have a shebang and of course all variables are unused. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
118cf4634f
commit
b8a4ddffac
|
@ -1,6 +1,10 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# Copyright(c) 2023 Intel Corporation. All rights reserved.
|
||||
|
||||
# Because this is meant to be sourced
|
||||
# shellcheck disable=SC2148
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
### XTENSA_ toolchain configuration shared across projects ###
|
||||
|
||||
# These variables are currently used in/by:
|
||||
|
|
Loading…
Reference in New Issue