
Message Log when Function Overloading
The following program compiles silently:
This program also compiles, but causes the Message Log to pop up:
The text in the Message Log is:
Any particular reason for the messages given for the second program? Is there any temporary way to prevent this Message Log from popping up every time a program such as this is compiled?