| | Compiling...
stdafx.cpp
Compiling...
voronoiMain.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\voronoiMain.c(168) : warning C4133: '=' : incompatible types - from 'int *' to 'labelStat *'
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\voronoiMain.c(182) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\voronoiMain.c(266) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\voronoiMain.c(106) : warning C4101: 'dist' : unreferenced local variable
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\voronoiMain.c(107) : warning C4101: 'j' : unreferenced local variable
voronoi.c
usage.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\usage.c(28) : warning C4013: 'exit' undefined; assuming extern returning int
sites.c
read_image.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(66) : warning C4267: '=' : conversion from 'size_t' to 'Coordinate', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(67) : warning C4244: '=' : conversion from 'uint32' to 'Coordinate', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(111) : warning C4013: 'open' undefined; assuming extern returning int
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(115) : warning C4013: 'lseek' undefined; assuming extern returning int
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(116) : warning C4013: 'read' undefined; assuming extern returning int
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(120) : warning C4013: 'close' undefined; assuming extern returning int
output.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\output.c(323) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\output.c(371) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
memory.c
label_func.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\label_func.c(34) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\label_func.c(39) : warning C4018: '<' : signed/unsigned mismatch
img_to_site.c
heap.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\heap.c(51) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
hash.c
geometry.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(25) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(26) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(50) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(76) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(140) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(140) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(176) : warning C4133: 'function' : incompatible types - from 'Edge *' to 'Freenode *'
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(186) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(198) : warning C4133: 'function' : incompatible types - from 'Site *' to 'Freenode *'
erase.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(52) : warning C4018: '>=' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(95) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(107) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(114) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(119) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(133) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(142) : warning C4013: 'getValley' undefined; assuming extern returning int
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(154) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(164) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(176) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(200) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(208) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(210) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(273) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(274) : warning C4244: '=' : conversion from 'unsigned int' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(339) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(261) : warning C4101: 'lambda' : unreferenced local variable
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(410) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(632) : warning C4018: '>' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(599) : warning C4101: 'index' : unreferenced local variable
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(792) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(796) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(813) : warning C4018: '>' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(781) : warning C4101: 'smAngHist' : unreferenced local variable
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(779) : warning C4101: 'j' : unreferenced local variable
edgelist.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\edgelist.c(69) : warning C4133: 'function' : incompatible types - from 'Halfedge *' to 'Freenode *'
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\edgelist.c(79) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
dinfo.c
cline.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\cline.c(23) : warning C4013: 'strcmp' undefined; assuming extern returning int
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\cline.c(38) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
bit_func.c
Generating Code...
c:\lamp\zonesegmentation\voronoibased\src\utils\vornoiext\src\be\be-991015\erase.c(821) : warning C4716: 'findFreqAngle' : must return a value
Creating library...
|