[Incrtcl-develop] [ incrtcl-Bugs-1661540 ] compilation warnings in itk_option.c
by SourceForge.net other posts by this author
Feb 16 2007 6:12AM messages near this date
[Incrtcl-develop] [ incrtcl-Bugs-1664170 ] Unhandled exception on destroy
|
[Incrtcl-develop] [ incrtcl-Bugs-1661538 ] interp-1.2 test failed for itk
Bugs item #1661540, was opened at 2007-02-16 09:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1661540&group_id=13244
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General Build Problems
Group: cvs-HEAD
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Larry W. Virden (lvirden)
Assigned to: David Gravereaux (davygrvy)
Summary: compilation warnings in itk_option.c
Initial Comment:
sparc solaris 9, with sun's c compiler, forte 7
cc -DPACKAGE_NAME=\"itk\" -DPACKAGE_TARNAME=\"itk\" -DPACKAGE_VERSION=\"3.3\" -D
PACKAGE_STRING=\"itk\ 3.3\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS
_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY
_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=
1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_THREADS=1 -D_REENTRANT=1 -D_POSIX
_PTHREAD_SEMANTICS=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1
-DUSE_ITCL_STUBS=1 -DITK_LIBRARY=\"/projects/sprs_lwv/tcl85/lib/itk3.3\" -DUS
E_NON_CONST -I"/vol/tclsrcsol/tcl85/itcl/itcl/generic" -I"../../itk/generic" -I"
/vol/tclsrcsol/tcl85/tcl/generic" -I"/vol/tclsrcsol/tcl85/tcl/unix" -I"/vol/tcls
rcsol/tcl85/tk/generic" -I"/vol/tclsrcsol/tcl85/tk/unix" -I/usr/openwin/include
-xarch=v9 -g -KPIC -c `echo ../../itk/generic/itk_option.c` -o itk_option.o
"../../itk/generic/itk_option.c", line 280: warning: argument #4 is incompatible
with prototype:
prototype: pointer to function(pointer to void, pointer to struct Tcl_In
terp {pointer to char result, pointer to function(..) returning void freeProc, i
nt errorLine}, pointer to char, pointer to char, int) returning pointer to char
: "unknown", line 0
argument : pointer to function(pointer to void, pointer to struct Tcl_In
terp {pointer to char result, pointer to function(..) returning void freeProc, i
nt errorLine}, pointer to const char, pointer to const char, int) returning pointer to char
"../../itk/generic/itk_option.c", line 421: warning: argument #2 is incompatible
with prototype:
prototype: pointer to function(pointer to char) returning void : "unknown", line 0
argument : pointer to function(pointer to const char) returning void
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1661540&group_id=13244
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|