This sometimes happens to me when I’m making Form Y from a Duplicate of Form X. In Form Y, I remove Form Y’s member function form_show()
(because Form Y doesn’t need it), but I forget to remove form_show
from Form Y’s event-handlers:
Removing it from the event-handler list eliminates that Warning.