Viktor Szakáts escreveu:
Hi Ranier,
The way to post large files is to upload it somewhere and post a link.
MSVC compiler has lots of known warnings waiting a future cleanup,
we're using -W4 warning level which is quite picky.
You can override to -W3 to get a "clean" output.
set HB_USER_CFLAGS=-W3
Brgds,
Viktor
On Wed, Apr 15, 2009 at 10:26 PM, Ranier Vilela <ran...@cultura.com.br
<mailto:ran...@cultura.com.br>> wrote:
Hi,
1. Wich the right way for sending a huge (855 kbytes) of a text
file to harbour developers list?
Is result of a full compilation with several warnings from msvc
compiler.
Some are very interesting!
Best,
Ranier Vilela
PS: Attached does not work, I tried for 3 times.
Ok, Thanks.
IMO, I prefer the -Wall ;)
But some warnigs need especialized attention:
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c harboury.c -Foharboury.obj
harboury.c
harboury.c(546) : warning C4668: 'YYENABLE_NLS' is not defined as a
preprocessor macro, replacing with '0' for '#if/#elif'
harboury.c(3556) : warning C4668: 'YYLTYPE_IS_TRIVIAL' is not defined as
a preprocessor macro, replacing with '0' for '#if/#elif'
harboury.c(4143) : warning C4242: '=' : conversion from 'int' to
'yytype_int16', possible loss of data
harboury.c(4148) : warning C4365: 'initializing' : conversion from 'int'
to 'size_t', signed/unsigned mismatch
harbour.y(592) : warning C4365: 'argument' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
harbour.y(1040) : warning C4365: 'argument' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
harbour.y(1052) : warning C4365: 'argument' : conversion from 'char' to
'BYTE', signed/unsigned mismatch
harbour.y(1053) : warning C4365: 'argument' : conversion from 'char' to
'BYTE', signed/unsigned mismatch
harbour.y(1087) : warning C4365: 'argument' : conversion from 'BYTE' to
'char', signed/unsigned mismatch
harbour.y(1254) : warning C4365: '=' : conversion from 'char' to 'BYTE',
signed/unsigned mismatch
harbour.y(1262) : warning C4365: '=' : conversion from 'char' to 'BYTE',
signed/unsigned mismatch
harbour.y(1290) : warning C4365: '=' : conversion from 'char' to 'BYTE',
signed/unsigned mismatch
harbour.y(1297) : warning C4365: '=' : conversion from 'char' to 'BYTE',
signed/unsigned mismatch
harbour.y(1318) : warning C4365: '=' : conversion from 'char' to 'BYTE',
signed/unsigned mismatch
harbour.y(1326) : warning C4365: '=' : conversion from 'char' to 'BYTE',
signed/unsigned mismatch
harbour.y(1332) : warning C4365: '=' : conversion from 'size_t' to
'int', signed/unsigned mismatch
harbour.y(1336) : warning C4365: 'argument' : conversion from 'int' to
'size_t', signed/unsigned mismatch
harbour.y(1341) : warning C4365: '=' : conversion from 'char' to 'BYTE',
signed/unsigned mismatch
harbour.y(1347) : warning C4365: '=' : conversion from 'char' to 'BYTE',
signed/unsigned mismatch
harbour.y(1383) : warning C4309: 'argument' : truncation of constant value
harbour.y(1386) : warning C4309: 'argument' : truncation of constant value
harbour.y(1399) : warning C4365: 'argument' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
harbour.y(1400) : warning C4365: 'argument' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
harbour.y(1401) : warning C4365: 'argument' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
harbour.y(1402) : warning C4365: 'argument' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
harbour.y(1408) : warning C4365: '=' : conversion from 'ULONG' to 'int',
signed/unsigned mismatch
harbour.y(1410) : warning C4365: '=' : conversion from 'ULONG' to 'int',
signed/unsigned mismatch
harbour.y(1410) : warning C4365: 'argument' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
harbour.y(1420) : warning C4365: '=' : conversion from 'ULONG' to 'int',
signed/unsigned mismatch
harbour.y(1424) : warning C4365: 'argument' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
harbour.y(1430) : warning C4365: '=' : conversion from 'ULONG' to 'int',
signed/unsigned mismatch
harbour.y(1434) : warning C4365: 'argument' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
harbour.y(1493) : warning C4365: '=' : conversion from 'ULONG' to 'int',
signed/unsigned mismatch
harbour.y(1499) : warning C4365: 'argument' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
harbour.y(1505) : warning C4365: '=' : conversion from 'ULONG' to 'int',
signed/unsigned mismatch
harbour.y(1511) : warning C4365: 'argument' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
harbour.y(1529) : warning C4365: 'argument' : conversion from 'unsigned
long' to 'LONG', signed/unsigned mismatch
harbour.y(1616) : warning C4365: 'argument' : conversion from 'unsigned
long' to 'LONG', signed/unsigned mismatch
harbour.y(1691) : warning C4365: 'argument' : conversion from 'unsigned
long' to 'LONG', signed/unsigned mismatch
e:\xharbour\harbour-1.1.0\source\compiler\win\msvc\harboury.c(7157) :
warning C4701: potentially uninitialized local variable 'hb_complval' used
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c ../../cmdcheck.c -Focmdcheck.obj
cmdcheck.c
../../cmdcheck.c(83) : warning C4365: '=' : conversion from 'int' to
'BYTE', signed/unsigned mismatch
../../cmdcheck.c(86) : warning C4365: '=' : conversion from 'int' to
'BYTE', signed/unsigned mismatch
../../cmdcheck.c(91) : warning C4365: '=' : conversion from 'int' to
'BYTE', signed/unsigned mismatch
../../cmdcheck.c(92) : warning C4365: '=' : conversion from 'int' to
'BYTE', signed/unsigned mismatch
../../cmdcheck.c(95) : warning C4365: '=' : conversion from 'int' to
'BYTE', signed/unsigned mismatch
../../cmdcheck.c(99) : warning C4365: 'return' : conversion from 'LONG'
to 'ULONG', signed/unsigned mismatch
../../cmdcheck.c(765) : warning C4365: '=' : conversion from 'size_t' to
'int', signed/unsigned mismatch
../../cmdcheck.c(818) : warning C4365: '=' : conversion from 'size_t' to
'int', signed/unsigned mismatch
../../cmdcheck.c(825) : warning C4365: '=' : conversion from 'size_t' to
'int', signed/unsigned mismatch
../../cmdcheck.c(834) : warning C4365: '=' : conversion from 'size_t' to
'int', signed/unsigned mismatch
../../cmdcheck.c(862) : warning C4365: '=' : conversion from 'size_t' to
'int', signed/unsigned mismatch
../../cmdcheck.c(906) : warning C4365: '=' : conversion from 'size_t' to
'int', signed/unsigned mismatch
../../cmdcheck.c(915) : warning C4365: '=' : conversion from 'size_t' to
'int', signed/unsigned mismatch
../../cmdcheck.c(944) : warning C4365: '=' : conversion from 'size_t' to
'int', signed/unsigned mismatch
../../cmdcheck.c(984) : warning C4365: 'argument' : conversion from
'int' to 'ULONG', signed/unsigned mismatch
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c ../../complex.c -Focomplex.obj
complex.c
../../complex.c(365) : warning C4244: '=' : conversion from 'HB_LONG' to
'LONG', possible loss of data
../../complex.c(416) : warning C4244: 'argument' : conversion from
'HB_LONG' to 'int', possible loss of data
../../complex.c(416) : warning C4244: 'argument' : conversion from
'HB_LONG' to 'int', possible loss of data
../../complex.c(416) : warning C4244: 'argument' : conversion from
'HB_LONG' to 'int', possible loss of data
../../complex.c(510) : warning C4806: '==' : unsafe operation: no value
of type 'bool' promoted to type 'int' can equal the given constant
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c ../../diskspac.c -Fodiskspac.obj
diskspac.c
../../diskspac.c(122) : warning C4365: 'initializing' : conversion from
'int' to 'USHORT', signed/unsigned mismatch
../../diskspac.c(143) : warning C4191: 'type cast' : unsafe conversion
from 'FARPROC' to 'P_GDFSE'
Calling this function through the result pointer may cause your
program to fail
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c ../../disksphb.c -Fodisksphb.obj
disksphb.c
../../disksphb.c(74) : warning C4365: 'initializing' : conversion from
'int' to 'USHORT', signed/unsigned mismatch
../../disksphb.c(212) : warning C4191: 'type cast' : unsafe conversion
from 'FARPROC' to 'P_GDFSE'
Calling this function through the result pointer may cause your
program to fail
cl.exe -nologo -I. -I../../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c ../../gtwvt.c -Fogtwvt.obj
gtwvt.c
../../gtwvt.c(140) : warning C4365: 'initializing' : conversion from
'DWORD' to 'int', signed/unsigned mismatch
../../gtwvt.c(466) : warning C4365: 'argument' : conversion from 'SHORT'
to 'USHORT', signed/unsigned mismatch
../../gtwvt.c(466) : warning C4365: 'argument' : conversion from 'SHORT'
to 'USHORT', signed/unsigned mismatch
../../gtwvt.c(556) : warning C4365: '=' : conversion from 'CHAR' to
'BYTE', signed/unsigned mismatch
../../gtwvt.c(867) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../gtwvt.c(868) : warning C4365: 'argument' : conversion from 'int'
to 'size_t', signed/unsigned mismatch
../../gtwvt.c(1018) : warning C4365: '=' : conversion from 'int' to
'ULONG', signed/unsigned mismatch
../../gtwvt.c(1044) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../gtwvt.c(1044) : warning C4365: 'argument' : conversion from 'int'
to 'UINT', signed/unsigned mismatch
../../gtwvt.c(1807) : warning C4365: 'argument' : conversion from 'long'
to 'DWORD', signed/unsigned mismatch
../../gtwvt.c(1834) : warning C4191: 'type cast' : unsafe conversion
from 'FARPROC' to 'P_SLWA'
Calling this function through the result pointer may cause your
program to fail
../../gtwvt.c(2474) : warning C4365: 'argument' : conversion from 'int'
to 'UINT', signed/unsigned mismatch
../../gtwvt.c(2482) : warning C4365: 'argument' : conversion from 'int'
to 'UINT', signed/unsigned mismatch
../../gtwvt.c(2496) : warning C4365: 'argument' : conversion from 'UINT'
to 'int', signed/unsigned mismatch
../../gtwvt.c(2498) : warning C4365: 'argument' : conversion from 'int'
to 'UINT', signed/unsigned mismatch
../../gtwvt.c(2597) : warning C4365: 'argument' : conversion from 'long'
to 'UINT', signed/unsigned mismatch
../../gtwvt.c(2619) : warning C4365: 'argument' : conversion from 'long'
to 'UINT', signed/unsigned mismatch
../../gtwvt.c(2636) : warning C4365: 'argument' : conversion from
'COLORREF' to 'long', signed/unsigned mismatch
../../gtwvt.c(2640) : warning C4365: '=' : conversion from 'long' to
'COLORREF', signed/unsigned mismatch
../../gtwvt.c(2656) : warning C4365: 'argument' : conversion from
'COLORREF' to 'LONG', signed/unsigned mismatch
../../gtwvt.c(2656) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../gtwvt.c(2663) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../gtwvt.c(2663) : warning C4365: '=' : conversion from 'long' to
'COLORREF', signed/unsigned mismatch
../../gtwvt.c(2855) : warning C4365: 'argument' : conversion from 'int'
to 'COLORREF', signed/unsigned mismatch
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c ../../extrap.c -Foextrap.obj
extrap.c
../../extrap.c(168) : warning C4365: 'argument' : conversion from 'int'
to 'size_t', signed/unsigned mismatch
../../extrap.c(170) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(177) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(179) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(186) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(188) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(189) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(190) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(200) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(204) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(206) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(210) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(234) : warning C4191: 'type cast' : unsafe conversion
from 'FARPROC' to 'P_CTH32SSH'
Calling this function through the result pointer may cause your
program to fail
../../extrap.c(235) : warning C4191: 'type cast' : unsafe conversion
from 'FARPROC' to 'P_M32F'
Calling this function through the result pointer may cause your
program to fail
../../extrap.c(236) : warning C4191: 'type cast' : unsafe conversion
from 'FARPROC' to 'P_M32N'
Calling this function through the result pointer may cause your
program to fail
../../extrap.c(255) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../extrap.c(267) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
cl.exe -nologo -I. -I../../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -DHB_DYNLIB -c ../../../maindllp.c -Fomaindllp.obj
maindllp.c
../../../maindllp.c(159) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'VM_PROCESS_SYMBOLS_EX'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(176) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'VM_DLL_EXECUTE'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(196) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'VM_PROCESS_DLL_SYMBOLS'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(213) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(222) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_PARC2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(225) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_PARC1'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(234) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARAM'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(240) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARAMERROR'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(245) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PCOUNTS'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(252) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETC'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(259) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETCLEN'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(266) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETDS'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(273) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETD'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(280) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETDL'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(287) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETDL'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(294) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETND'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(301) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETNI'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(308) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETNL'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(315) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETNLEN'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(322) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETNDLEN'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(329) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETNILEN'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(336) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETNLLEN'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(343) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_RETA'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(349) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARINFA'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(355) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARINFO'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(364) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(373) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARCLEN2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(376) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARCLEN'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(389) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(398) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARCSIZ2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(401) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARCSIZ'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(414) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(423) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARDS2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(426) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARDS'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(439) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(448) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARDSBUFF2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(451) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARDSBUFF'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(465) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(474) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARL2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(477) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARL'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(490) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(499) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARND2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(502) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARND'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(516) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(525) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARNI2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(528) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARNI'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(541) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(550) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARNL2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(553) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_PARNL'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(566) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(575) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORC2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(580) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORC'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(595) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(604) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORCLEN2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(609) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORCLEN'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(624) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(633) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORDS2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(639) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORDS'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(654) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(663) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORL2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(668) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORL'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(683) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(692) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORNI2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(697) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORNI'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(712) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(721) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORNL2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(726) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORNL'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(741) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'EXT_IS_ARRAY'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(750) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORND2'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(755) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_STORND'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(765) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_ARRAYNEW'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(771) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_ARRAYLEN'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(777) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_ARRAYISOBJECT'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(783) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_ARRAYADD'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(789) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_ARRAYINS'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(795) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_ARRAYDEL'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(801) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_ARRAYSIZE'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(807) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_ARRAYLAST'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(813) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_ARRAYSET'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(819) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_ARRAYGET'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(825) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_XINIT'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(832) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_XEXIT'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(839) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_XALLOC'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(845) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_XGRAB'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(851) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_XFREE'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(858) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_XREALLOC'
Calling this function through the result pointer may cause your
program to fail
../../../maindllp.c(864) : warning C4191: 'type cast' : unsafe
conversion from 'FARPROC' to 'HB_XSIZE'
Calling this function through the result pointer may cause your
program to fail
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c ../../win_prn1.c -Fowin_prn1.obj
win_prn1.c
../../win_prn1.c(261) : warning C4365: 'argument' : conversion from
'int' to 'UINT', signed/unsigned mismatch
../../win_prn1.c(290) : warning C4365: '=' : conversion from 'ULONG' to
'int', signed/unsigned mismatch
../../win_prn1.c(429) : warning C4365: 'argument' : conversion from
'LONG' to 'ULONG', signed/unsigned mismatch
../../win_prn1.c(554) : warning C4365: 'argument' : conversion from
'DWORD' to 'BOOL', signed/unsigned mismatch
../../win_prn1.c(573) : warning C4191: 'type cast' : unsafe conversion
from 'int (__stdcall *)(LOGFONT *,TEXTMETRIC *,DWORD,LPVOID)' to
'FONTENUMPROC'
Calling this function through the result pointer may cause your
program to fail
../../win_prn1.c(598) : warning C4365: 'argument' : conversion from
'int' to 'UINT', signed/unsigned mismatch
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c ../../win_prn2.c -Fowin_prn2.obj
win_prn2.c
../../win_prn2.c(158) : warning C4191: 'type cast' : unsafe conversion
from 'FARPROC' to 'DEFPRINTER'
Calling this function through the result pointer may cause your
program to fail
../../win_prn2.c(218) : warning C4365: 'argument' : conversion from
'int' to 'size_t', signed/unsigned mismatch
../../win_prn2.c(253) : warning C4365: '=' : conversion from 'DWORD' to
'BOOL', signed/unsigned mismatch
../../win_prn2.c(258) : warning C4365: 'return' : conversion from 'BOOL'
to 'DWORD', signed/unsigned mismatch
../../win_prn2.c(284) : warning C4365: '=' : conversion from 'DWORD' to
'int', signed/unsigned mismatch
../../win_prn2.c(294) : warning C4365: 'return' : conversion from
'DWORD' to 'BOOL', signed/unsigned mismatch
../../win_prn2.c(356) : warning C4365: 'argument' : conversion from
'DWORD' to 'long', signed/unsigned mismatch
cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1
-EHs-c- -MT -c ../../hbserv.c -Fohbserv.obj
hbserv.c
../../hbserv.c(440) : warning C4365: 'argument' : conversion from 'UINT'
to 'int', signed/unsigned mismatch
../../hbserv.c(457) : warning C4365: 'argument' : conversion from
'DWORD' to 'int', signed/unsigned mismatch
../../hbserv.c(468) : warning C4365: 'argument' : conversion from
'DWORD' to 'int', signed/unsigned mismatch
../../hbserv.c(507) : warning C4365: 'argument' : conversion from
'DWORD' to 'int', signed/unsigned mismatch
../../hbserv.c(528) : warning C4365: 'argument' : conversion from 'UINT'
to 'int', signed/unsigned mismatch
../../hbserv.c(554) : warning C4365: 'argument' : conversion from
'DWORD' to 'int', signed/unsigned mismatch
../../hbserv.c(694) : warning C4365: 'return' : conversion from 'UINT'
to 'int', signed/unsigned mismatch
../../hbserv.c(774) : warning C4191: 'type cast' : unsafe conversion
from 'BOOL (__cdecl *)(void)' to 'PHB_FUNC'
Calling this function through the result pointer may cause your
program to fail
../../hbserv.c(893) : warning C4365: '=' : conversion from 'ULONG' to
'int', signed/unsigned mismatch
../../hbserv.c(896) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../hbserv.c(897) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
../../hbserv.c(898) : warning C4365: 'argument' : conversion from 'int'
to 'ULONG', signed/unsigned mismatch
Best regards,
Ranier Vilela
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour