Fri 20 Jan 2012 09:56:19 AM UTC, original submission:
Hi,
below a collection of compiliation warnings when compiling -gui from svn with clang on OpenBSD i386:
clang NSAlert.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/NSAlert.m.o
In file included from NSAlert.m:56:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang NSApplication.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/NSApplication.m.o
In file included from NSApplication.m:90:
././NSToolbarFrameworkPrivate.h:93:1: warning: multiple declarations of method '_moveItemFromIndex:toIndex:broadcast:' found and ignored [-Wduplicate-method-match]
- (void) _moveItemFromIndex: (int)index
^
././NSToolbarFrameworkPrivate.h:79:1: note: previous declaration is here
- (void) _moveItemFromIndex: (int)index toIndex: (int)newIndex broadcast: (BOOL)broadcast;
^
1 warning generated.
lang NSBitmapImageRep+GIF.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/NSBitmapImageRep+GIF.m.o
NSBitmapImageRep+GIF.m:365:14: warning: incompatible pointer types assigning to 'NSMutableData ' from 'NSData ' [-Wincompatible-pointer-types]
_imageData = [[NSData alloc] initWithBytesNoCopy: rgbBuffer
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/Foundation/NSData.h:75:1: note: instance method 'initWithBytesNoCopy:length:' is assumed to return an instance of its receiver type ('NSData *')
- (id) initWithBytesNoCopy: (void*)aBuffer
^
1 warning generated.
clang NSBitmapImageRep+ICNS.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/NSBitmapImageRep+ICNS.m.o
NSBitmapImageRep+ICNS.m:539:14: warning: incompatible pointer types assigning to 'NSMutableData ' from 'NSData ' [-Wincompatible-pointer-types]
_imageData = [[NSData alloc] initWithBytesNoCopy: rgbBuffer
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/Foundation/NSData.h:75:1: note: instance method 'initWithBytesNoCopy:length:' is assumed to return an instance of its receiver type ('NSData *')
- (id) initWithBytesNoCopy: (void*)aBuffer
^
1 warning generated.
clang NSBitmapImageRep+JPEG.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/NSBitmapImageRep+JPEG.m.o
NSBitmapImageRep+JPEG.m:513:14: warning: incompatible pointer types assigning to 'NSMutableData ' from 'NSData ' [-Wincompatible-pointer-types]
_imageData = [[NSData alloc]
^ ~~~~~~~~~~~~~~~
/usr/local/include/Foundation/NSData.h:75:1: note: instance method 'initWithBytesNoCopy:length:' is assumed to return an instance of its receiver type ('NSData *')
- (id) initWithBytesNoCopy: (void*)aBuffer
^
1 warning generated.
clang NSBitmapImageRep+PNG.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/NSBitmapImageRep+PNG.m.o
NSBitmapImageRep+PNG.m:234:14: warning: incompatible pointer types assigning to 'NSMutableData ' from 'NSData ' [-Wincompatible-pointer-types]
_imageData = [[NSData alloc]
^ ~~~~~~~~~~~~~~~
/usr/local/include/Foundation/NSData.h:75:1: note: instance method 'initWithBytesNoCopy:length:' is assumed to return an instance of its receiver type ('NSData *')
- (id) initWithBytesNoCopy: (void*)aBuffer
^
1 warning generated.
clang NSBrowser.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/NSBrowser.m.o
In file included from NSBrowser.m:52:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang NSCell.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/NSCell.m.o
NSCell.m:1005:3: warning: incompatible pointer types assigning to 'NSString ' from 'NSAttributedString ' [-Wincompatible-pointer-types]
ASSIGN (_contents, attribStr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/GNUstepBase/GNUstep.h:125:10: note: expanded from macro 'ASSIGN'
object = [(value) retain]; \
^ ~~~~~~~~~~~~~~~~
/usr/local/include/Foundation/NSObject.h:173:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSAttributedString *')
- (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
^
1 warning generated.
clang linking.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/linking.m.o
In file included from linking.m:3:
In file included from ../Headers/AppKit/AppKit.h:77:
In file included from ../Headers/AppKit/NSForm.h:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang GSTextFinder.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/GSTextFinder.m.o
In file included from GSTextFinder.m:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang GSNibLoading.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/GSNibLoading.m.o
GSNibLoading.m:482:39: warning: receiver 'NSToolbar' is a forward class and corresponding @interface may not exist
if ([_viewClass isKindOfClass: [NSToolbar class]])
^~~~~~~~~
../Headers/AppKit/NSWindow.h:61:8: note: forward declaration of class here
@class NSToolbar;
^
/usr/local/include/Foundation/NSObject.h:311:1: note: method 'class' is used for the forward class
+ (Class) class;
^
GSNibLoading.m:1186:10: warning: incompatible pointer types returning 'NSView ' from a function with result type 'NSCustomView ' [-Wincompatible-pointer-types]
return _view;
^~~~~
GSNibLoading.m:2341:10: warning: incompatible pointer types returning 'NSDecimalNumber ' from a function with result type 'NSDecimalNumberPlaceholder ' [-Wincompatible-pointer-types]
return dn;
^~
3 warnings generated.
clang GSTheme.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/GSTheme.m.o
In file included from GSTheme.m:52:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
GSTheme.m:673:35: warning: incompatible pointer types assigning to 'NSColorList ' from 'NSNull ' [-Wincompatible-pointer-types]
_extraColors[elementState] = [null retain];
^ ~~~~~~~~~~~~~
/usr/local/include/Foundation/NSObject.h:173:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSNull *')
- (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
^
GSTheme.m:693:12: warning: incompatible pointer types assigning to 'NSColorList ' from 'NSNull ' [-Wincompatible-pointer-types]
_colors = [null retain];
^ ~~~~~~~~~~~~~
/usr/local/include/Foundation/NSObject.h:173:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSNull *')
- (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
^
3 warnings generated.
clang GSThemeMenu.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/GSThemeMenu.m.o
In file included from GSThemeMenu.m:39:
././NSToolbarFrameworkPrivate.h:93:1: warning: multiple declarations of method '_moveItemFromIndex:toIndex:broadcast:' found and ignored [-Wduplicate-method-match]
- (void) _moveItemFromIndex: (int)index
^
././NSToolbarFrameworkPrivate.h:79:1: note: previous declaration is here
- (void) _moveItemFromIndex: (int)index toIndex: (int)newIndex broadcast: (BOOL)broadcast;
^
1 warning generated.
clang GSThemePanel.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/GSThemePanel.m.o
In file included from GSThemePanel.m:35:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang GSToolbarView.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/GSToolbarView.m.o
In file included from GSToolbarView.m:53:
././NSToolbarFrameworkPrivate.h:93:1: warning: multiple declarations of method '_moveItemFromIndex:toIndex:broadcast:' found and ignored [-Wduplicate-method-match]
- (void) _moveItemFromIndex: (int)index
^
././NSToolbarFrameworkPrivate.h:79:1: note: previous declaration is here
- (void) _moveItemFromIndex: (int)index toIndex: (int)newIndex broadcast: (BOOL)broadcast;
^
1 warning generated.
clang GSToolbarCustomizationPalette.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/GSToolbarCustomizationPalette.m.o
In file included from GSToolbarCustomizationPalette.m:39:
././NSToolbarFrameworkPrivate.h:93:1: warning: multiple declarations of method '_moveItemFromIndex:toIndex:broadcast:' found and ignored [-Wduplicate-method-match]
- (void) _moveItemFromIndex: (int)index
^
././NSToolbarFrameworkPrivate.h:79:1: note: previous declaration is here
- (void) _moveItemFromIndex: (int)index toIndex: (int)newIndex broadcast: (BOOL)broadcast;
^
1 warning generated.
clang GSWindowDecorationView.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/GSWindowDecorationView.m.o
In file included from GSWindowDecorationView.m:39:
././NSToolbarFrameworkPrivate.h:93:1: warning: multiple declarations of method '_moveItemFromIndex:toIndex:broadcast:' found and ignored [-Wduplicate-method-match]
- (void) _moveItemFromIndex: (int)index
^
././NSToolbarFrameworkPrivate.h:79:1: note: previous declaration is here
- (void) _moveItemFromIndex: (int)index toIndex: (int)newIndex broadcast: (BOOL)broadcast;
^
GSWindowDecorationView.m:561:11: warning: incompatible pointer types returning 'NSView ' from a function with result type 'NSMenuView ' [-Wincompatible-pointer-types]
return AUTORELEASE(v);
^~~~~~~~~~~~~~
/usr/local/include/GNUstepBase/GNUstep.h:90:29: note: expanded from macro 'AUTORELEASE'
#define AUTORELEASE(object) [(object) autorelease]
^~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/Foundation/NSObject.h:191:1: note: instance method 'autorelease' is assumed to return an instance of its receiver type ('NSView *')
- (id) autorelease NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
^
2 warnings generated.
clang GSNibLoader.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/GSNibLoader.m.o
GSNibLoader.m:73:18: warning: incompatible pointer types initializing 'NSUnarchiver ' with an expression of type 'NSKeyedUnarchiver ' [-Wincompatible-pointer-types]
NSUnarchiver *unarchiver = [[NSKeyedUnarchiver alloc]
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/Foundation/NSKeyedArchiver.h:384:1: note: instance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSKeyedUnarchiver *')
- (id) initForReadingWithData: (NSData*)data;
^
1 warning generated.
clang GSXibLoader.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/GSXibLoader.m.o
GSXibLoader.m:717:37: warning: conversion specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat]
NSDebugLLog(@"XIB", @"object %d props %@", [obj objectID], properties);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/GNUstepBase/NSDebug+GNUstepBase.h:114:11: note: expanded from macro 'NSDebugLLog'
NSLog(format , ## args); } while (0)
^
1 warning generated.
clang NSPasteboard.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"openbsd5.0\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I./. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgnustep-gui.obj/NSPasteboard.m.o
NSPasteboard.m:659:3: warning: incompatible pointer types assigning to 'GSFiltered ' from 'NSPasteboard ' [-Wincompatible-pointer-types]
ASSIGN(self, p);
^~~~~~~~~~~~~~~
/usr/local/include/GNUstepBase/GNUstep.h:125:10: note: expanded from macro 'ASSIGN'
object = [(value) retain]; \
^ ~~~~~~~~~~~~~~~~
/usr/local/include/Foundation/NSObject.h:173:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSPasteboard *')
- (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
^
NSPasteboard.m:1502:1: warning: conflicting distributed object modifiers on return type in implementation of 'release' [-Wdistributed-object-modifiers]
- (void) release
^ ~~~~
/usr/local/include/Foundation/NSObject.h:180:1: note: previous declaration is here
- (oneway void) release NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
^ ~~~~
2 warnings generated.
clang GMAppKit.m -c \
-MMD -MP -DGNU_RUNTIME=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/libgmodel.obj/GMAppKit.m.o
In file included from GMAppKit.m:29:
In file included from ../Headers/Additions/GNUstepGUI/GMAppKit.h:43:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang GSspell.m -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I/usr/local/include/libpng -I/usr/local/include/libpng -I../Headers/Additions -I../Headers -I../Source/. -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/GSspell.obj/GSspell.m.o
In file included from GSspell.m:36:
In file included from ../Headers/AppKit/AppKit.h:77:
In file included from ../Headers/AppKit/NSForm.h:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang rtfGrammar.tab.m -c \
-MMD -MP -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../../Headers/Additions -I../../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/RTFConverter.obj/rtfGrammar.tab.m.o
In file included from rtfGrammar.y:56:
In file included from ../../Headers/AppKit/AppKit.h:77:
In file included from ../../Headers/AppKit/NSForm.h:34:
../../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang RTFConsumer.m -c \
-MMD -MP -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../../Headers/Additions -I../../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/RTFConverter.obj/RTFConsumer.m.o
In file included from RTFConsumer.m:30:
In file included from ../../Headers/AppKit/AppKit.h:77:
In file included from ../../Headers/AppKit/NSForm.h:34:
../../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang RTFProducer.m -c \
-MMD -MP -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../../Headers/Additions -I../../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/RTFConverter.obj/RTFProducer.m.o
In file included from RTFProducer.m:34:
In file included from ../../Headers/AppKit/AppKit.h:77:
In file included from ../../Headers/AppKit/NSForm.h:34:
../../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
RTFProducer.m:1234:3: warning: incompatible pointer types assigning to 'NSMutableDictionary ' from 'NSDictionary ' [-Wincompatible-pointer-types]
ASSIGN(docDict, dict);
^~~~~~~~~~~~~~~~~~~~~
/usr/local/include/GNUstepBase/GNUstep.h:125:10: note: expanded from macro 'ASSIGN'
object = [(value) retain]; \
^ ~~~~~~~~~~~~~~~~
/usr/local/include/Foundation/NSObject.h:173:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSDictionary *')
- (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
^
2 warnings generated.
clang GSStandardColorPicker.m -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/StandardPicker.obj/GSStandardColorPicker.m.o
In file included from GSStandardColorPicker.m:30:
In file included from ../Headers/AppKit/AppKit.h:77:
In file included from ../Headers/AppKit/NSForm.h:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang GSRGBColorPicker.m -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/StandardPicker.obj/GSRGBColorPicker.m.o
In file included from GSRGBColorPicker.m:29:
In file included from ./GSRGBColorPicker.h:29:
In file included from ../Headers/AppKit/AppKit.h:77:
In file included from ../Headers/AppKit/NSForm.h:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang GSCMYKColorPicker.m -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/StandardPicker.obj/GSCMYKColorPicker.m.o
In file included from GSCMYKColorPicker.m:29:
In file included from ./GSCMYKColorPicker.h:30:
In file included from ../Headers/AppKit/AppKit.h:77:
In file included from ../Headers/AppKit/NSForm.h:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
lang GSHSBColorPicker.m -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/StandardPicker.obj/GSHSBColorPicker.m.o
In file included from GSHSBColorPicker.m:29:
In file included from ./GSHSBColorPicker.h:30:
In file included from ../Headers/AppKit/AppKit.h:77:
In file included from ../Headers/AppKit/NSForm.h:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang GSGrayColorPicker.m -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/StandardPicker.obj/GSGrayColorPicker.m.o
In file included from GSGrayColorPicker.m:29:
In file included from ./GSGrayColorPicker.h:30:
In file included from ../Headers/AppKit/AppKit.h:77:
In file included from ../Headers/AppKit/NSForm.h:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang GSColorSliderCell.m -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/StandardPicker.obj/GSColorSliderCell.m.o
In file included from GSColorSliderCell.m:30:
In file included from ../Headers/AppKit/AppKit.h:77:
In file included from ../Headers/AppKit/NSForm.h:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang GSNamedColorPicker.m -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/NamedPicker.obj/GSNamedColorPicker.m.o
In file included from GSNamedColorPicker.m:28:
In file included from ../Headers/AppKit/AppKit.h:77:
In file included from ../Headers/AppKit/NSForm.h:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang GSWheelColorPicker.m -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/WheelPicker.obj/GSWheelColorPicker.m.o
In file included from GSWheelColorPicker.m:36:
In file included from ../Headers/AppKit/AppKit.h:77:
In file included from ../Headers/AppKit/NSForm.h:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
clang GSColorSliderCell.m -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -g -DIWASHERECFLAGS -fgnu-runtime -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I. -I/usr/local/include -I/gnustep-gui-0.21.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include \
-o obj/WheelPicker.obj/GSColorSliderCell.m.o
In file included from GSColorSliderCell.m:30:
In file included from ../Headers/AppKit/AppKit.h:77:
In file included from ../Headers/AppKit/NSForm.h:34:
../Headers/AppKit/NSMatrix.h:293:1: warning: multiple declarations of method 'setErrorAction:' found and ignored [-Wduplicate-method-match]
- (void) setErrorAction: (SEL)aSelector;
^
../Headers/AppKit/NSMatrix.h:286:1: note: previous declaration is here
- (void) setErrorAction: (SEL)aSelector;
^
1 warning generated.
|