diff --git a/gen/asmstmt.cpp b/gen/asmstmt.cpp index 724faab64f..8d36153840 100644 --- a/gen/asmstmt.cpp +++ b/gen/asmstmt.cpp @@ -520,7 +520,7 @@ void CompoundAsmStatement_toIR(CompoundAsmStatement *stmt, IRState *p) { } // if internal, no special handling is necessary, skip - std::vector::const_iterator it, end; + std::vector::const_iterator end; end = asmblock->internalLabels.end(); bool skip = false; for (auto il : asmblock->internalLabels) {