=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for Cenon-3.9.6nb22 This is gnustep-make 2.8.0. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all in subprojects of app Cenon... Making all for subproject GraphicObjects... Compiling file VArc.m ... Compiling file ClipRectangle.m ... Compiling file VCurve.m ... Compiling file VCrosshairs.m ... VArc.mClipRectangle.m::20471::536:: warning: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]variable 'hitEdge' set but not used [-Wunused-but-set-variable] [arc setWidth:width]; BOOL ok = YES, dragging = NO, hitEdge = NO, inTimerLoop = NO; ^ ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ClipRectangle.m^~~~~~~~~~~~~~~~~~~~~~~~~~: 493:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] { int version; ^ VCurve.m:1061:65: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:70: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:75: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:80: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VArc.m:1693:22: warning: variable 'last' set but not used [-Wunused-but-set-variable] NSPoint startP, last, gridPoint, drawPoint, lastPoint = NSZeroPoint, hitPoint; ^ VArc.m:2192:VCurve.m:10:2472 warning: :9using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] : warning: if ( abs(angle) < 360.0 )multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ^ [g setWidth:0.0];VArc.m : ^~~~~~~~~~~~~~~~2192: 10/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::92: note: 1:use function 'fabsf' instead if ( abs(angle) < 360.0 ) note: using ^~~ - (void) setWidth: (CGFloat)newWidth; fabsf ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VArc.m:2916:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VArc.m:3097:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] NSPoint pv0, pv1; ^ VArc.m:3164:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] NSPoint pv0, pv1; ^ VArc.m:3600:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] NSPoint pv0, pv1; ^ VArc.m:3742:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] NSPoint pv0, pv1; ^ VArc.m:3784:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4138:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to unite */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4141:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4650:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] Compiling file VGraphic.m ... return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4701:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; // nothing to clip ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ 2 warnings generated. Compiling file VGroup.m ... VGraphic.m:268:8: warning: incompatible pointer types assigning to 'NSArchiver *' from 'NSUnarchiver *' [-Wincompatible-pointer-types] ts = [[NSUnarchiver alloc] initForReadingWithData:data]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:VGroup.m:199135:10:: warning: 1incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types] : list = [aList retain];note: instance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *') ^ ~~~~~~~~~~~~~~ - (id) initForReadingWithData: (NSData*)anObject;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSObject.h: ^174 :1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSArray *') - (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^ VGraphic.m:524:72: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^VGroup.m :VGraphic.m387::524:9:86: warning: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ [[list objectAtIndex:i] setWidth:w]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h: 138:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:27: 92:1: note: passing argument to parameter 'saturation' herenote: using saturation:(CGFloat *)saturation ^ - (void) setWidth: (CGFloat)newWidth; VGraphic.m^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :./VGraphic.h:524:96:1100:: note: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]also found - (void)setWidth:(float)w; [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:VGroup.m27:383: :1: note: also foundnote: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness- (void)setWidth:(float)w ^^~~~~~~~~~~~~~~~~~~~~~~~~ VGraphic.m:524:109: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] VGroup.m: [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; 550: ^~ 17: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:warning: 140multiple methods named 'width' found [-Wobjc-multiple-method-names]:20 : width = [g width]; note: ^~~~~~~~~ passing argument to parameter 'alpha' here/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: 93 alpha:(CGFloat *)alpha; : ^ 1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VGroup.m:578:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] w1 = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ 5 warnings5 generated warning. s generated. Compiling file VImage.m ... Compiling file VLine.m ... 4 warnings generated. Compiling file VLine3D.m ... VLine.m:81:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [line setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine.m:964:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found VImage.m:- (void)setWidth:(float)w;340 ^~~~~~~~~~~~~~~~~~~~~~~~~~ :25: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; ^ VImage.m:340:75VLine.m:: warning: 1031variable 'bitspr' set but not used [-Wunused-but-set-variable]: 12 { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns;: ^warning: variable 'dx' set but not used [-Wunused-but-set-variable]VImage.m : float dx, dy;637 : ^26 :VLine.m :warning: 1031variable 'bppixel' set but not used [-Wunused-but-set-variable]: 16 int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns;: ^warning: variable 'dy' set but not used [-Wunused-but-set-variable] float dx, dy; ^ VImage.m:730:26: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; ^ VImage.m:730:76: warning: variable 'bitspr' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; ^ VImage.m:842:69: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] { NSLog(@"VImage, clipImage: unsupported bits per sample %d", [aBitmap bitsPerSample]); ~~ ^~~~~~~~~~~~~~~~~~~~~~~ %ld VImage.m:971:26: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; ^ VImage.m:971:40: warning: variable 'ha' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; ^ VImage.m:971:69: warning: variable 'bitspr' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; ^ VImage.m:1138:38: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float oldWidth = [clipPath width]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VImage.m:1140:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [clipPath setWidth:0.0]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VImage.m:1147:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [clipPath setWidth:oldWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VImage.m:1719:26: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; ^ VImage.m:1719:40: warning: variable 'ha' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; ^ VImage.m:1719:69: warning: variable 'bitspr' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; ^ VLine3D.m:57:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [line3d setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine3D.m:138:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] { int version; ^ 2 warnings generated. Compiling file VPolyLine.m ... 4 warnings generated. Compiling file VMark.m ... 13 warnings generated. Compiling file VPath.m ... VPolyLine.m:165:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [polyline setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~ VPolyLine.m:405:52: note: initialize the variable 'iPts' to silence this warning NSPoint bNextOrth, eNextOrth, *iPts; ^ = NULL VPolyLine.m:364:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~ VPolyLine.m:389:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:364:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~ VPolyLine.m:364:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~ VPolyLine.m:389:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:364:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~ VPolyLine.m:353:74: note: initialize the variable 'iPts' to silence this warning NSPoint bNextOrth, eNextOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/ ^ = NULL VPolyLine.m:328:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~ VPolyLine.m:332:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:328:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:328:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~ VPolyLine.m:332:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:328:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~ VPolyLine.m:318:52: note: initialize the variable 'iPts' to silence this warning NSPoint bPrevOrth, ePrevOrth, *iPts; ^ = NULL VPolyLine.m:282:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~ VPolyLine.m:301:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:282:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~ VPolyLine.m:282:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~ VPolyLine.m:301:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:282:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~ 15VPolyLine.m warning:s271 generated:74: . note: initialize the variable 'iPts' to silence this warning NSPoint bPrevOrth, ePrevOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/ ^ = NULL Compiling file HiddenArea.m ... VPolyLine.m:1228:74: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VPolyLine.m:1228:88: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VPolyLine.m:1228:102: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VPolyLine.m:1228:111: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VPath.mVPolyLine.m::159:52082:: 16warning: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] [path setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~ return NO; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92: ^~1 : note: using /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198- (void) setWidth: (CGFloat)newWidth; :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~13 : ./VGraphic.h:note: expanded from macro 'NO'96 :# define NO ((BOOL)0) 1: note: also found ^~~~~~~~~ - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPolyLine.m:2436:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] VPath.m: return NO; /* nothing to unite */351: ^~ 20:/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198 warning: :13:multiple methods named 'count' found [-Wobjc-multiple-method-names] jCnt = [g count]; note: ^~~~~~~~~ expanded from macro 'NO' /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1# define NO ((BOOL)0) ^~~~~~~~~: note: VPolyLine.m:2439using :- (NSUInteger) count; 16:^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:warning: 82:expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] 1: return NO; note: ^~ also found /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~13: note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62expanded from macro 'NO' :1:# define NO ((BOOL)0) note: ^~~~~~~~~ also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: VPolyLine.mnote: :also found 3157:- (unsigned)count; ^~~~~~~~~~~~~~~~~~33 : warning: incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types] { [scanner scanFloat:&(ptslist[i].x)]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.hVPath.m::97483:29:9: :note: passing argument to parameter 'value' here warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [[list objectAtIndex:i] setWidth:w]; - (BOOL) scanFloat: (float*)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: 92VPolyLine.m:1:3158:: 33:note: warning: using incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types]- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [scanner scanFloat:&(ptslist[i++].y)]; ./VGraphic.h:96 ^~~~~~~~~~~~~~~~~ :1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h:97: note: :29also found : note: - (void)setWidth:(float)w; passing argument to parameter 'value' here ^~~~~~~~~~~~~~~~~~~~~~~~~~- (BOOL) scanFloat: (float*)value; ^ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:548:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [addList count]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ VPath.m:651:25: warning: variable 'p3' set but not used [-Wunused-but-set-variable] { NSPoint p2, p3; ^ VPath.m:687:28: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] Compiling file PathContour.m ... [line setWidth:[g1 width]]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VPath.m:759:32: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [line setWidth:[g1 width]]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VPath.m:791:24: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [line setWidth:[g1 width]]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VPath.m:916:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for ( i=0; i<[jlist count]; i++ ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ VPath.m:1217:17: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:width]; ^~~~~~~~~~~~~~~~~~ HiddenArea.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::63:92:201:: note: warning: using multiple methods named 'width' found [-Wobjc-multiple-method-names] - (void) setWidth: (CGFloat)newWidth; float cw = [cg width], ow; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~ ./VGraphic.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:9693::11: : note: also found note: using- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:- (CGFloat) width; 479:1^~~~~~~~~~~~~~~~~~ : note: ./VGraphic.h:94also found :1: note: also found - (float)width; ^~~~~~~~~~~~~~~ HiddenArea.m:143:30: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] ow = [iog width]; ^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ HiddenArea.m:207- (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:1258:13: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:width]; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ :22: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float cw = [cg width], ow; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ HiddenArea.m:295:30: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] ow = [iog width]; ^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VPath.m:1833:31: warning: variable 'gPtWithNum' set but not used [-Wunused-but-set-variable] NSPoint gPtStart, gPtEnd, gPtWithNum; // notice old end point ^ VPath.m:2587:74: warning: HiddenArea.mincompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]:694 :18 [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; : ^~ warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:multiple methods named 'width' found [-Wobjc-multiple-method-names]137: 27 [ng setWidth:[cg width]]; : note: ^~~~~~~~~~ passing argument to parameter 'hue' here /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93- (void)getHue:(CGFloat *)hue :1: ^ VPath.m:note: using2587: 88:- (CGFloat) width; warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]^~~~~~~~~~~~~~~~~~ ./VGraphic.h: [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; 94: ^~1 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.hnote: :138also found:27 :- (float)width; ^~~~~~~~~~~~~~~ note: passing argument to parameter 'saturation' hereHiddenArea.m: 694: saturation:(CGFloat *)saturation 5: ^ warning: VPath.mmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] :2587 [ng setWidth:[cg width]]; :102 ^~~~~~~~~~~~~~~~~~~~~~~~: warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] 92 [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; :1 ^~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.hnote: :using 139:- (void) setWidth: (CGFloat)newWidth;27: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: passing argument to parameter 'brightness' here ./VGraphic.h: brightness:(CGFloat *)brightness 96: ^ 1:VPath.m:2587 note: :111also found : warning: - (void)setWidth:(float)w; incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] ^~~~~~~~~~~~~~~~~~~~~~~~~~ [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VPath.m:3942:13: warning: variable 'cnt' set but not used [-Wunused-but-set-variable] { int i, cnt, begIx; ^ VPath.m:3971:13: warning: variable 'start' set but not used [-Wunused-but-set-variable] NSPoint start, beg, end; ^ VPath.m:4293:29: warning: variable 'onIx' set but not used [-Wunused-but-set-variable] { int on = 0, left = 0, onIx = -1, spLeft = 0, spRight = 0; ^ VPath.m:4594:13: warning: variable 'l1S' set but not used [-Wunused-but-set-variable] NSPoint l1S, l1E, l2S, l2E; ^ VPath.m:4859:21: warning: variable 's' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.m:4859:24: warning: variable 'e' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.m:4889:21: warning: variable 's' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.m:4889:24: warning: variable 'e' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.m:4938:37: warning: variable 'e' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.mPathContour.m::4919956:30: :warning: 15variable 'ne' set but not used [-Wunused-but-set-variable] : NSPoint ns, ne; ^warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] for (j=j; k maxW )20 : ^~~~~~~~~~ warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 93 oldWidth = [gr width];: 1 ^~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote: :using93 :- (CGFloat) width; 1 :^~~~~~~~~~~~~~~~~~ note: ./VGraphic.husing: 94- (CGFloat) width; : 1^~~~~~~~~~~~~~~~~~: ./VGraphic.hnote: :also found94 :- (float)width;1 :^~~~~~~~~~~~~~~ note: PathContour.malso found: 3585- (float)width;: 28^~~~~~~~~~~~~~~: VPath.mwarning: :multiple methods named 'width' found [-Wobjc-multiple-method-names]6795 : maxW = [gg width];9 : ^~~~~~~~~~ warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 93 [gr setWidth:0.0];: 1 ^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote: :using92 :- (CGFloat) width; 1 :^~~~~~~~~~~~~~~~~~ note: ./VGraphic.husing: 94- (void) setWidth: (CGFloat)newWidth;: 1: note: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found ./VGraphic.h:- (float)width;96 :^~~~~~~~~~~~~~~1 : note: PathContour.malso found: 3591- (void)setWidth:(float)w;: 18^~~~~~~~~~~~~~~~~~~~~~~~~~: VPath.mwarning: :multiple methods named 'width' found [-Wobjc-multiple-method-names]479 : { if ( [g width] > maxW )1: note: ^~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h- (void)setWidth:(float)w: 93:1^~~~~~~~~~~~~~~~~~~~~~~~~: VPath.mnote: :using6797 :- (CGFloat) width; 9 :^~~~~~~~~~~~~~~~~~ warning: ./VGraphic.hmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 94 [gr setWidth:oldWidth];: 1 ^~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote: :also found 92- (float)width;: 1^~~~~~~~~~~~~~~: PathContour.mnote: :using3592 :- (void) setWidth: (CGFloat)newWidth;24 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning: ./VGraphic.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 96:1: maxW = [g width]; note: VRectangle.malso found ^~~~~~~~~ - (void)setWidth:(float)w; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~~~~~~ :VPath.m93::4791:::1: 95note: using:note: 5also found- (CGFloat) width; : ^~~~~~~~~~~~~~~~~~- (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~./VGraphic.h :warning: 94multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]VPath.m: 1:: [rectangle setWidth:width];6832 :note: also found12 ^~~~~~~~~~~~~~~~~~~~~~~~~~- (float)width;: warning: ^~~~~~~~~~~~~~~ incompatible pointer types assigning to 'NSArchiver *' from 'NSUnarchiver *' [-Wincompatible-pointer-types]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:PathContour.m :923697 ts = [[NSUnarchiver alloc] initForReadingWithData:data]; : ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~27 ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h 1warning: :multiple methods named 'width' found [-Wobjc-multiple-method-names]199 :1 gWidth = ([gg width]/scale);: : ^~~~~~~~~~note: instance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *')/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h : - (id) initForReadingWithData: (NSData*)anObject;93note: : 1using^: note: - (void) setWidth: (CGFloat)newWidth;using ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (CGFloat) width; ../GraphicObjects.subproj/VGraphic.h^~~~~~~~~~~~~~~~~~: 96./VGraphic.h::194:: 1note: :also found note: - (void)setWidth:(float)w;also found ^~~~~~~~~~~~~~~~~~~~~~~~~~- (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3714:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gg setWidth:0]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PathContour.m:3726:25: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] VRectangle.m [gg setWidth:w2Int*2.0];: 648 ^~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h78:: 92warning: :incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]1 : [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; note: ^~using - (void) setWidth: (CGFloat)newWidth; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :./VGraphic.h137::9627:: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VRectangle.m:648:92: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here VPath.m1::8754 :note: 13:also found saturation:(CGFloat *)saturationwarning: - (void)setWidth:(float)w; variable 's1' set but not used [-Wunused-but-set-variable] ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^ NSPoint s1, e1, s2, e2; PathContour.m ^: 3734VRectangle.m:25:: 648warning: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]106 : { [gg setWidth:0]; warning: ^~~~~~~~~~~~~~~incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];: 92 ^~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h1::139 :note: 27using: - (void) setWidth: (CGFloat)newWidth;note: passing argument to parameter 'brightness' here^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ brightness:(CGFloat *)brightness ./VGraphic.h ^: 96VRectangle.m::1648:: 115note: : warning: also foundincompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] - (void)setWidth:(float)w; [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: PathContour.mpassing argument to parameter 'alpha' here : alpha:(CGFloat *)alpha; 3745 ^:VPath.m25: : warning: 9820multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 16 [gg setWidth:w2Int*2.0];: ^~~~~~~~~~~~~~~~~~~~~~~warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: 92 return NO;: 1 ^~: /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.hnote: :using198 :- (void) setWidth: (CGFloat)newWidth;13 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: ./VGraphic.hexpanded from macro 'NO': 96# define NO ((BOOL)0): 1 ^~~~~~~~~: note: also found VPath.m- (void)setWidth:(float)w;: 9868^~~~~~~~~~~~~~~~~~~~~~~~~~: 16PathContour.m:: 3751warning: :expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]17 : warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] return NO; /* nothing to clip */ [gg setWidth:oldGWidth]; VRectangle.m ^~~~~~~~~~~~~~~~~~~~~~~ ^~ :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::92:1198: note: using :- (void) setWidth: (CGFloat)newWidth;138413: :16 note: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~expanded from macro 'NO' ./VGraphic.h# define NO ((BOOL)0): 96 ^~~~~~~~~: 1:: note: warning: also foundexpression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] - (void)setWidth:(float)w; return NO;^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~18 warning/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.hs: generated198. :13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VRectangle.m:1738:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to unite */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VRectangle.m:1741: Compiling file VText.m ... 16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VText.m:1045:87: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[colorAtt colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VText.m:1046:87: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] saturation:&s ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VText.m:1047:83: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VText.m:1047:92: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ 4 warnings generated. Compiling file VTextPath.m ... 8 warnings generated. Compiling file VWeb.m ... 14 warnings generated. Compiling file VSinking.m ... VTextPath.m:131:29: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] - (void)setWidth:(float)w { [path setWidth:w]; dirty = YES; } ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:131:1: note: also found - (void)setWidth:(float)w { [path setWidth:w]; dirty = YES; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:132:27: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] - (float)width { return [path width]; } ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VTextPath.m:132:1: note: also found - (float)width { return [path width]; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:456:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] { int version; ^ Compiling file VThread.m ... 3 warnings generated. Compiling file PerformanceMap.m ... VSinking.m:338:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] { int version; ^ 1 warning generated. PerformanceMap.m:63:9: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:63:30: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:73:9: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:73:30: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:208:43: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [gRect sqrDistanceGraphic:g] <= ([g width]/2.0)*([g width]/2.0) ) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PerformanceMap.m:208:59: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [gRect sqrDistanceGraphic:g] <= ([g width]/2.0)*([g width]/2.0) ) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PerformanceMap.m:253:33: warning: result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare] if (objectIndex != NSNotFound) ~~~~~~~~~~~ ^ ~~~~~~~~~~ 7 warnings generated. 40 warnings generated. Linking subproject GraphicObjects ... /usr/bin/ld: -r and -pie may not be used together clang-13: error: linker command failed with exit code 1 (use -v to see invocation) gmake[4]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/subproject.make:61: obj/subproject.o] Error 1 gmake[3]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/subproject.make:45: internal-subproject-all_] Error 2 gmake[2]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: GraphicObjects.all.subproject.variables] Error 2 gmake[1]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: Cenon.all.app.variables] Error 2 gmake: *** [/usr/pkg/share/GNUstep/Makefiles/Master/application.make:38: internal-all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon