Android Question Compiler Warnings Need More Information

johnaaronrose

Active Member
Licensed User
Longtime User
B4A Version 5.80.

There are some compiler warnings in my project e.g.:
Variable declaration type is missing: String ... (Warning #5)
This sub should only be used... (warning #29)

The above warnings are difficult to correct as there is no clue as to which variable or sub they correspond to. Is there a way of finding out?
 
Top