Enumator and warning 219
#1

When i write this enumator
PHP код:
enum e_@splists {
    
spectator,
    
spectated,
    
Float:x,
    
Float:y,
    
Float:z,
    
Float:a,
    
skin,
    
interior,
    
virtualworld
}; 
I got warning warning 219 local variable "VAR" shadows a variable at a preceding level in all code contain local variable "VAR"

VAR is x y and z, what's wrong whth my code?
Reply


Messages In This Thread
Enumator and warning 219 - by graef - 24.01.2016, 10:44
Re: Enumator and warning 219 - by SystemX - 24.01.2016, 11:50

Forum Jump:


Users browsing this thread: 2 Guest(s)