[Harbour] Warning in latest SVN - ChangeLog 13509

2010-01-07 Thread Enrico Maria Giordano
Warning W8004 ../../../netiocli.c 502: 'size' is assigned a value that is never used in function s_netio_params EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tb

[Harbour] Warning

2009-07-31 Thread Enrico Maria Giordano
Warning W8004 ../../../hbinet.c 577: 'size' is assigned a value that is never used in function s_inetRecv EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg Th

[Harbour] Warning

2009-06-24 Thread Enrico Maria Giordano
Warning W8004 ../../wvgsink.c 452: 'hSink' is assigned a value that is never used in function HB_FUN_WVG_AXSETUPCONNECTIONPOINT EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.em

Re: [Harbour] Warning

2009-06-23 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Viktor Szakáts" A: "Harbour Project Main Developer List." Data invio: martedì 23 giugno 2009 11.11 Oggetto: Re: [Harbour] Warning Thanks Enrico. For all components inside 'external', warnings should be reported to origin

Re: [Harbour] Warning

2009-06-23 Thread Viktor Szakáts
Thanks Enrico. For all components inside 'external', warnings should be reported to original projects for upstream fixes. Also errors, but in this case we can try doing workarounds or simply disabling the component for problematic arch/comp. In case of sqlite3, this is the link to use: http://ww

[Harbour] Warning

2009-06-23 Thread Enrico Maria Giordano
Warning W8057 ../../sqlite3.c 81911: Parameter 'db' is never used in function sqlite3VtabUnlock EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg The EMG Musi

Re: [Harbour] Warning

2009-06-08 Thread Massimo Belgrano
Hi Viktor I have resolved reading your note - Make sure to install fresh source tree in a new local directory and start over. and after downloading harbour from cvs in a new directory, now all works fine i am using mingw from http://www.tdragon.net/recentgcc/ and i have Downloaded Qt libr

Re: [Harbour] Warning

2009-06-08 Thread Viktor Szakáts
Is it so complicated to spell my name right? Go to INSTALL, lookup TROUBLESHOOTING section and please start from top, let's see if it digs you out from this. Brgds, Viktor On Mon, Jun 8, 2009 at 9:07 PM, Massimo Belgrano wrote: > thank vicktor > i need your help your illumination > i downloa

Re: [Harbour] Warning

2009-06-08 Thread Massimo Belgrano
thank vicktor i need your help your illumination i download from http://www.tdragon.net/recentgcc and installed in c:\devl\mingwtdragon i get "Bundled Installer: [tdm-mingw-1.905.0-4.4.0-2.exe] (26.0 MB)" follow sample give me error like when io compile gtwvg set path=c:\devl\mingwtdragon\bi

Re: [Harbour] Warning

2009-06-08 Thread Xavi
Viktor, I agree. # contribs with external dependencies > DIRS +=\ >gtalleg \ >gtqtc \ <-- This is added >hbblat \ Instead of this, just use: set HB_CONTRIB_ADDONS=gtqtc Also I finished compiling with .- Set HB_INC_QT=D:\Qt\2009.01\qt\include set HB_CONTRIB_ADDONS

Re: [Harbour] Warning

2009-06-08 Thread Viktor Szakáts
MinGW distributed with QT is a stripped installation, so I wouldn't recommend using it for Harbour, it could work, but it's an uncertain road with no benefit. It's not obligatory to use it with QT either, it's just bundled to help those users who don't have one. For me it gave some warnings for G

Re: [Harbour] Warning

2009-06-08 Thread Xavi
I have changed dlltols.exe and dllwrap.exe of Qt\2009.01\mingw\bin by the official distro (3.4.5) because it had errors when compiling another project but, sorry now, I don't remember exactly what happened. The truth is that I have some changes. Test the official distro of MinGW. Xavi escribió:

Re: [Harbour] Warning

2009-06-08 Thread Xavi
Massimo Belgrano escribió: From the path where have harbour source Yes, make_gnu.bat run on the path root of harbour source In my case D:\Qt\trunk\harbour for logistical reasons. I also compile with other distributions of MinGW in C: with a similar result. Please, try to use another installa

Re: [Harbour] Warning

2009-06-08 Thread Massimo Belgrano
>From the path where have harbour source 2009/6/8 Xavi : > Massimo Belgrano escribió: >> >> Thanks xavi >> Please can yoy try if your receive error with follow batch from >> c:\harbour? >> -- >> set path=d:\Qt\2009.01\mingw\bin;%PATH% >> cd \harbour\contrib\gtwvg\win\mingw >> g

Re: [Harbour] Warning

2009-06-08 Thread Xavi
Massimo Belgrano escribió: Thanks xavi Please can yoy try if your receive error with follow batch from c:\harbour? -- set path=d:\Qt\2009.01\mingw\bin;%PATH% cd \harbour\contrib\gtwvg\win\mingw gcc -I. -I../../../../include -Wall -W -O3 -fomit-frame-pointer -march=i586 -mtune

Re: [Harbour] Warning

2009-06-08 Thread Massimo Belgrano
Thanks xavi Please can yoy try if your receive error with follow batch from c:\harbour? -- set path=d:\Qt\2009.01\mingw\bin;%PATH% cd \harbour\contrib\gtwvg\win\mingw gcc -I. -I../../../../include -Wall -W -O3 -fomit-frame-pointer -march=i586 -mtune=pentiumpro -I../../../../co

Re: [Harbour] Warning

2009-06-08 Thread Viktor Szakáts
> # contribs with external dependencies > DIRS +=\ >        gtalleg \ >        gtqtc \     <-- This is added >        hbblat \ Instead of this, just use: set HB_CONTRIB_ADDONS=gtqtc Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http

Re: [Harbour] Warning

2009-06-08 Thread Xavi
Massimo, I just compiled now 11269 with MinGW .- gcc (GCC) 3.4.5 (mingw-vista special r3) Copyright (C) 2004 Free Software Foundation, Inc. with this bat file .- set QTDIR=d:\Qt\2009.01\qt set QMAKESPEC=win32-g++ set PATH=%PATH%;d:\Qt\2009.01\bin;d:\Qt\2009.01\qt\bin;d:\Qt\2009.01\min

[Harbour] Warning

2009-06-06 Thread Enrico Maria Giordano
Warning W8004 ../../../hvm.c 5680: '_hb_stack_ptr_' is assigned a value that is never used in function hb_vmProc EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/t

[Harbour] Warning

2009-06-03 Thread Enrico Maria Giordano
../../hbformat.prg(599) Warning W0032 Variable 'NPOSCOMMENT' is assigned but not used in function 'CODEFORMAT_REFORMAT(0)' No code generated. mingw32-make.exe[3]: *** [hbformat.c] Error 1 mingw32-make.exe[3]: Leaving directory `E:/HARBOUR_CVS/harbour/utils/hbformat/win/bcc' mingw32-make.exe[2

Re: [Harbour] Warning

2009-05-19 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Szakáts Viktor" A: "Harbour Project Main Developer List." Data invio: martedì 19 maggio 2009 19.34 Oggetto: Re: [Harbour] Warning I guess it comes from BCC, but I can't reproduce it with my installed versions. Anyhow it shou

Re: [Harbour] Warning

2009-05-19 Thread Szakáts Viktor
I guess it comes from BCC, but I can't reproduce it with my installed versions. Anyhow it should be reported to sqlite3 developers for a fix, it won't cause any harm for Harbour. Brgds, Viktor On 2009.05.19., at 19:22, Enrico Maria Giordano wrote: Warning W8080 ../../sqlite3.c 105501: 'sqlite3o

[Harbour] Warning

2009-05-19 Thread Enrico Maria Giordano
Warning W8080 ../../sqlite3.c 105501: 'sqlite3one' is declared but never used EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg The EMG Music page: ht

[Harbour] Warning

2009-05-12 Thread Enrico Maria Giordano
Warning W8004 ../../mlcfunc.c 156: 'pEOLs' is assigned a value that is never used in function hb_mlGetEOLs EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg T

[Harbour] warning

2009-04-02 Thread Francesco Saverio Giudice
Hi Viktor, make[3]: Entering directory `/j/cvs/harbourSVN_trunk/utils/hbmk2/win/mingw' ../../../../source/main/win/mingw/harbour.exe ../../hbmk2.prg -n1 -i../../../../include -q0 -w3 -es2 -kmo -l -gc0 ../../hbmk2.prg(2373) Warning W0032 Variable 'S_LBLDFLGP' is assigned but not used in function

[Harbour] Warning

2009-02-19 Thread Enrico Maria Giordano
Warning W8080 source\vm\thread.c 1078: 'fResult' is declared but never used in function hb_threadWait EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg The EM

[Harbour] Warning

2008-12-15 Thread Enrico Maria Giordano
Warning W8012 source\vm\classes.c 1384: Comparing signed and unsigned values in function hb_clsMethodName EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg Th

[Harbour] Warning

2008-10-22 Thread Enrico Maria Giordano
Warning W8004 source\rtl\gtwvt\gtwvt.c 1557: 'hWnd' is assigned a value that is never used in function hb_gt_wvt_CreateWindow EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emag

RE: [Harbour] Warning

2008-10-20 Thread Fred Seyffert
-Original Message- From: Enrico Maria Giordano <[EMAIL PROTECTED]> Sent: October 18, 2008 11:47 AM To: Harbour Project Main Developer List. Subject: [Harbour] Warning Warning W8004 source\common\hbgete.c 118: 'bRetVal' is assigned a value that is never

[Harbour] Warning

2008-10-18 Thread Enrico Maria Giordano
Warning W8004 source\common\hbgete.c 118: 'bRetVal' is assigned a value that is never used in function hb_getenv_buffer EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftwa

[Harbour] Warning

2008-10-13 Thread Enrico Maria Giordano
Warning W8004 source\vm\dynlibhb.c 153: 'fResult' is assigned a value that is never used in function HB_FUN_HB_LIBFREE EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftwar

[Harbour] Warning + undeclared identifier for WINCE

2008-07-21 Thread José Luis Capel -
Hi, After last SVN I try to build libs for WinCe using EVC4. I get these messages: expropt2.c p:\progra~1\harbour\source\common\expropt2.c(1760) : warning C4244: 'function' : conversion from '__int64 ' to 'long ', possible loss of data hbwince.c p:\progra~1\harbour\source\common\hbwince.c(532

[Harbour] Warning W8065 .\hbcurl.c 602: Call to function 'hb_free' with no prototype

2008-07-04 Thread Petr Chornyj
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland bcc32.exe -c -q -d -w -w-sig- -O2 -I..\..\include -I"e:\curl\include" -o..\..\obj\b32\hbcurl.obj .\hbcurl.c .\hbcurl.c: Warning W8065 .\hbcurl.c 602: Call to function 'hb_free' with no prototype in function HB_FUN_CURL_EASY_RECV Rega

[Harbour] Warning

2008-06-07 Thread Enrico Maria Giordano
Warning W8004 source\rtl\hbgtcore.c 1672: 'bSet' is assigned a value that is never used in function hb_gt_def_Info Warning W8004 source\rtl\gtwvt\gtwvt.c 2120: 'rc1' is assigned a value that is never used in function hb_gt_wvt_Info EMG -- EMAG Software Homepage: http://www.emagsoftware.i

Re: [Harbour] Warning on unused codeblock parameters

2008-06-03 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Szakáts Viktor" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: lunedì 2 giugno 2008 23.20 Oggetto: Re: [Harbour] Warning on unused codeblock parameters Well, yes, unfortunately these should be fixed in

Re: [Harbour] Warning on unused codeblock parameters

2008-06-02 Thread Szakáts Viktor
our Project Main Developer List." <[EMAIL PROTECTED] project.org> Data invio: lunedì 2 giugno 2008 22.04 Oggetto: Re: [Harbour] Warning on unused codeblock parameters We may, but as the one having went through almost all the Harbour + contrib code (and own app code) to fix thes

Re: [Harbour] Warning on unused codeblock parameters

2008-06-02 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Szakáts Viktor" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: lunedì 2 giugno 2008 22.04 Oggetto: Re: [Harbour] Warning on unused codeblock parameters We may, but as the one having went through almost

Re: [Harbour] Warning on unused codeblock parameters

2008-06-02 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Przemyslaw Czerpak" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: lunedi 2 giugno 2008 21.46 Oggetto: Re: [Harbour] Warning on unused codeblock parameters To make all people happy we will have to add

Re: [Harbour] Warning on unused codeblock parameters

2008-06-02 Thread Szakáts Viktor
Please look at the following sample: FUNCTION MAIN() LOCAL bTest := { | Param | MyFunc() } RETURN NIL STATIC FUNCTION MYFUNC() RETURN NIL The compiler shows this warning if /w2 or /w3 are used: Warning W0004 Codeblock parameter: 'PARAM' declared but not used in function: 'MAIN' Is it expect

Re: [Harbour] Warning on unused codeblock parameters

2008-06-02 Thread Przemyslaw Czerpak
On Mon, 02 Jun 2008, Enrico Maria Giordano wrote: Hi Enrico, > Please look at the following sample: > FUNCTION MAIN() >LOCAL bTest := { | Param | MyFunc() } >RETURN NIL > STATIC FUNCTION MYFUNC() >RETURN NIL > The compiler shows this warning if /w2 or /w3 are used: > Warning W0004 Co

[Harbour] Warning on unused codeblock parameters

2008-06-02 Thread Enrico Maria Giordano
Please look at the following sample: FUNCTION MAIN() LOCAL bTest := { | Param | MyFunc() } RETURN NIL STATIC FUNCTION MYFUNC() RETURN NIL The compiler shows this warning if /w2 or /w3 are used: Warning W0004 Codeblock parameter: 'PARAM' declared but not used in function: 'MAIN'

[Harbour] Warning

2008-04-28 Thread Enrico Maria Giordano
Warning W8075 source\common\hbver.c 230: Suspicious pointer conversion in function hb_verPlatform EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg The EMG Mu

[Harbour] Warning

2007-12-12 Thread Enrico Maria Giordano
Warning W8004 source\rtl\gtwvt\gtwvt.c 144: 'iPos' is assigned a value that is never used in function hb_gt_wvt_Alloc EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware