[Harbour] Re: SF.net SVN: harbour-project:[13558] trunk/harbour

2010-01-13 Thread Viktor Szakáts
Hi Xavi,

What was the warning here, under what compiler?

Brgds,
Viktor

On 2010 Jan 14, at 00:32, jara...@users.sourceforge.net wrote:

 Revision: 13558
  
 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13558view=rev
 Author:   jarabal
 Date: 2010-01-13 23:32:51 + (Wed, 13 Jan 2010)
 
 Log Message:
 ---
 * contrib/hbwin/win_prn3.c
  * pacified warnings
 
 Modified Paths:
 --
trunk/harbour/ChangeLog
trunk/harbour/contrib/hbwin/win_prn3.c
 
 Modified: trunk/harbour/ChangeLog
 ===
 --- trunk/harbour/ChangeLog   2010-01-13 21:01:07 UTC (rev 13557)
 +++ trunk/harbour/ChangeLog   2010-01-13 23:32:51 UTC (rev 13558)
 @@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
 */
 
 +2010-01-14 00:30 UTC+0100 Xavi (jarabal/at/gmail.com)
 +  * harbour/contrib/hbwin/win_prn3.c
 +* pacified warnings
 +
 2010-01-13 22:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
   * harbour/src/rtl/achoice.prg
 ! fixed RTE reported by Robert Skowronek - thanks for the code example
 
 Modified: trunk/harbour/contrib/hbwin/win_prn3.c
 ===
 --- trunk/harbour/contrib/hbwin/win_prn3.c2010-01-13 21:01:07 UTC (rev 
 13557)
 +++ trunk/harbour/contrib/hbwin/win_prn3.c2010-01-13 23:32:51 UTC (rev 
 13558)
 @@ -81,6 +81,8 @@
   ulLen--;
}
 
 +   while( ulLen--  ( *pDest++ = *pSource++ ) ) {};
 +
return pBuf;
 }
 
 
 
 This was sent by the SourceForge.net collaborative development platform, the 
 world's largest Open Source development site.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Re: SF.net SVN: harbour-project:[13558] trunk/harbour

2010-01-13 Thread Xavi

Hi Viktor,

MinGW, warning: unused parameter 'pSource' :)

Best regards,
Xavi
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Re: SF.net SVN: harbour-project:[13558] trunk/harbour

2010-01-13 Thread Viktor Szakáts
 Hi Viktor,
 
 MinGW, warning: unused parameter 'pSource' :)

Thanks a bunch, I realized in the meantime there was a 
commit in between which I didn't know of when asking 
about it. It looks good.

Brgds,
Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour