Warning in XCode 4.4 and Mountain Lion

Monkey Targets Forums/iOS/Warning in XCode 4.4 and Mountain Lion

Tri|Ga|De(Posted 2012) [#1]
When I make an iOS game I get a warning in Xcode 4.4 like this.


	static String Product()
	{
		return '---';
	}


If I change the line to this

	static String Product()
	{
		return '-';
	}

I don't get a warning.

Maybe that can be fixed in the next update.