Menu

#927 LogicLib warning

closed-fixed
Scripting (211)
5
2009-12-05
2009-09-03
Stuart
No

This produces a warning "label "_LogicLib_Label_X" not used":

${Do}
...
MessageBox MB_OKCANCEL `cancel?` IDOK +2
Abort
${Loop}

The loop works fine despite the warning. Using ${Do} ... ${LoopWhile} 1 == 1 fixes it. Wondering if it would be an idea to add a !define True `1 == 1` to LogicLib.nsh?

Stu

Discussion

  • Amir Szekely

    Amir Szekely - 2009-12-05

    Thanks, fixed.

     
  • Amir Szekely

    Amir Szekely - 2009-12-05
    • assigned_to: nobody --> kichik
    • status: open --> closed-fixed
     

Log in to post a comment.