mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
(-completedString:) Removed compiler warning about signed/unsigned comparision.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16889 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e5c6ff4ab0
commit
cf67ae9a86
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ numberOfRowsInColumn: (int)column
|
|||
}
|
||||
else
|
||||
{
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
for (i = 0; i < [_popUpList count]; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue