This object is in archive! 

PB compiler notes shown twice

Georgik shared this bug 3 years ago
Solved

When compiling a PB script, all errors and warnings are shown twice.

Example code:

void Main()
{
    int variable, variable2;
}

Results in:

Program(3,8): Warning: The variable 'variable' is declared but never used
Program(3,18): Warning: The variable 'variable2' is declared but never used
Program(3,8): Warning: The variable 'variable' is declared but never used
Program(3,18): Warning: The variable 'variable2' is declared but never used

Replies (2)

photo
1

Hello, Engineer!


Thank you for your feedback! This issue has been reported and forwarded to our programmers.

We really appreciate your patience.


Kind Regards

Keen Software House: QA Department

photo
1

Fixed in v195

Replies have been locked on this page!