Fix all current compiler warnings on FreeBSD/x86-64.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36038 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2013-01-30 09:48:54 +00:00
parent 14b195c4a0
commit 30eb57e642
41 changed files with 266 additions and 262 deletions

View file

@ -1591,7 +1591,7 @@ destination point but not the content. */
/** Generic method to draw an image into a rect. The image is defined
by imageref, an opaque structure. Support for this method hasn't
been implemented yet, so it should not be used anywhere. */
- (void) GSDrawImage: (NSRect)rect: (void *)imageref
- (void) GSDrawImage: (NSRect)rect : (void *)imageref
{
[self subclassResponsibility: _cmd];
}