Fix clang compiler warnings as reported by Sebastian Reitenbach

<sebastia@l00-bugdead-prods.de>.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34608 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2012-01-23 14:27:58 +00:00
parent 81b8b6a826
commit e278d9956c
15 changed files with 87 additions and 41 deletions

View file

@ -215,7 +215,7 @@ typedef struct _GSButtonCellFlags
if (_cell.contents_is_attributed_string == NO)
{
// If we have a formatter this is also the string of the _object_value
return _contents;
return (NSString *)_contents;
}
else
{