0
Can someone explain me what these errors mean?
2 odpowiedzi
0
You tried to initialize static variable with another non constant variable.
The other error is for declaring a variable but not using it in the function.
+ 1
It says that a static variable can't be initialized by non-constant variable. probably.