Thread warning: Attempt to free unreferenced scalar (26 answers)
Opened by steffenw at 2005-02-24 10:37

esskar
 2005-02-26 17:15
#52053 #52053
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
[quote=steffenw,26.02.2005, 16:06]Zum Glück ist es nur eine Warnung, so kann man zur Not damit leben.[/quote]
naja...
mal nach C schau
Code: (dl )
1
2
3
int foo() {
int i; return i;
}


erzeugt "warning C4700: local variable 'i' used without having been initialized"; aber trotzdem würd ich das nicht gern haben!

View full thread warning: Attempt to free unreferenced scalar