mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
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:
parent
6d5c72929a
commit
a77f9f2883
1 changed files with 1 additions and 1 deletions
|
@ -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]];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue