Skip to content

Commit b8a4ddf

Browse files
marc-hbkv2019i
authored andcommitted
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>
1 parent 118cf46 commit b8a4ddf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/set_xtensa_params.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2023 Intel Corporation. All rights reserved.
33

4+
# Because this is meant to be sourced
5+
# shellcheck disable=SC2148
6+
# shellcheck disable=SC2034
7+
48
### XTENSA_ toolchain configuration shared across projects ###
59

610
# These variables are currently used in/by:

0 commit comments

Comments
 (0)