diff --git a/_Footer.md b/_Footer.md new file mode 100644 index 0000000..aac5a7d --- /dev/null +++ b/_Footer.md @@ -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.. \ No newline at end of file