mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 08:30:56 +00:00
Remove some gcc compiler warnings
This commit is contained in:
parent
7fce63432a
commit
3a6dce02be
6 changed files with 85 additions and 86 deletions
|
@ -369,6 +369,7 @@ typedef NSInteger GSLayoutViewAttribute;
|
|||
newConstraint = [GSCSConstraint constraintWithLeftVariable: firstItemConstraintVariable operator: GSCSConstraintOperatorLessThanOrEqual rightConstant: [constraint constant]];
|
||||
break;
|
||||
case NSLayoutRelationEqual:
|
||||
default:
|
||||
newConstraint = [GSCSConstraint constraintWithLeftVariable: firstItemConstraintVariable operator: GSCSConstraintOperatorEqual rightConstant: [constraint constant]];
|
||||
break;
|
||||
case NSLayoutRelationGreaterThanOrEqual:
|
||||
|
@ -1290,4 +1291,4 @@ typedef NSInteger GSLayoutViewAttribute;
|
|||
[super dealloc];
|
||||
}
|
||||
|
||||
@end
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue