Compilers generally shouldn’t give error, just warning, if there’s a declared but unused variable, as it shouldn’t cause any problems and would be optimized away by the compiler. But we know some compilers and programmers prefer this very strict approach, so we’ll check if we can disable this prepared ‘target’ variable in the export when it’s not really needed. Thanks for the feedback.