Hi Bruno,
The RC builds fine, but there are some warnings you might want to check
out in the future:
/usr/home/ports/fuz.ports/graphics/libpano13/work/libpano13-
2.9.22/bmp.c:313:36: warning: taking the absolute value of unsigned
type 'uint32_t' (aka 'unsigned int') has no effect [-Wabsolute-value]
im->dataSize = im->bytesPerLine * abs(im->height);
^
/usr/home/ports/fuz.ports/graphics/libpano13/work/libpano13-
2.9.22/file.c:1743:30: warning: result of comparison of con
stant -1 with expression of type 'uint16_t' (aka 'unsigned short') is
always false [-Wtautological-constant-out-of-rang
e-compare]
if( chid[i*5 +k] == -1 ) // found an alpha channel
~~~~~~~~~~~~ ^ ~~
/usr/home/ports/fuz.ports/graphics/libpano13/work/libpano13-
2.9.22/PTcommon.c:528:52: warning: taking the absolute valu
e of unsigned type 'unsigned int' has no effect [-Wabsolute-value]
x_jump = (y==0 || y==TrPtr->src->height || abs(y - TrPtr->src-
>height/2)<=5) ? 1 : TrPtr->src->width/2;
^
/usr/home/ports/fuz.ports/graphics/libpano13/work/libpano13-
2.9.22/resample.c:1265:24: warning: comparison of array 'bu
f' not equal to a null pointer is always true [-Wtautological-pointer-
compare]
while( !feof(fp) && buf != NULL ) {
^~~ ~~~~
/usr/home/ports/fuz.ports/graphics/libpano13/work/libpano13-
2.9.22/resample.c:1481:33: warning: initializing 'char *' with an
expression of type 'unsigned char *' converts between pointers to
integer types where one is of the unique plain
'char' type and the other is not [-Wpointer-sign]
char* ptr = &(dest[ coeff ]);
^ ~~~~~~~~~~~~~~~~
/usr/home/ports/fuz.ports/graphics/libpano13/work/libpano13-
2.9.22/resample.c:2465:33: warning: initializing 'char *' w
ith an expression of type 'unsigned char *' converts between pointers
to integer types where one is of the unique plain
'char' type and the other is not [-Wpointer-sign]
char* ptr = &(dest[ coeff ]);
^ ~~~~~~~~~~~~~~~~
Yours,
Robert Clausecker
--
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/hugin-ptx/5bd824a0c41be4eb56f32b575cae7dd0edb3e08f.camel%40gmail.com.