Silence warning

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38885 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2015-08-14 22:45:02 +00:00
parent 6d5c72929a
commit a77f9f2883

View file

@ -875,7 +875,7 @@
NSEnumerator *objectiter = [attributes objectEnumerator];
IBUserDefinedRuntimeAttribute *attribute = nil;
while (attribute = [objectiter nextObject])
while ((attribute = [objectiter nextObject]))
{
[realObj setValue:[attribute value] forKeyPath:[attribute keyPath]];
}