Created _Footer (markdown)

Patrice
2022-03-24 14:26:02 -07:00
parent b9f9e5bcb3
commit 7b7b2538e0

10
_Footer.md Normal file

@@ -0,0 +1,10 @@
This check is also problematic with namerefs in bash.
For ex:
function fn() {
local -n result="$1"
result="some result"
}
results in a warning that results in unused, when in fact the result is propagated outside of the function..