"WARNING - Suspicious code. The result of the getprop statement is not used.
I see this for two lines in my JavaScript code when I use the closure compiler. They are typedefs among other typedefs that do not report problems. What should I look for?
EDIT
Affected Code:
wias.GameTableTeamMember; wias.GameTableTeam; wias.GameTable;
Attention:
wias.js:77: WARNING - Suspicious code. The result of the 'getprop' operator is not being used. wias.GameTableTeam; ^
Why is the warning there and not somewhere else?
Ben flynn
source share