[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [tortoisesvn] r21363 committed - Silence compiler warning.

From: Oto BREZINA <otik_at_printflow.eu>
Date: Fri, 13 May 2011 13:06:14 +0200

Actualy I wrote there (int) and then I want to check if I get warning i
removed it.
There was no warning I saw so I forgot to return it back.
Do I need set something in VC to get those warnings ?

On 2011-05-14 10:58, tortoisesvn_at_googlecode.com wrote:
> Revision: 21363
> Author: tortoisesvn
> Date: Sat May 14 01:55:01 2011
> Log: Silence compiler warning.
> http://code.google.com/p/tortoisesvn/source/detail?r=21363
>
> Modified:
> /trunk/src/TortoiseMerge/BaseView.cpp
>
> =======================================
> --- /trunk/src/TortoiseMerge/BaseView.cpp Thu May 12 14:33:28 2011
> +++ /trunk/src/TortoiseMerge/BaseView.cpp Sat May 14 01:55:01 2011
> @@ -4074,7 +4074,7 @@
> {
> if (m_ScreenedViewLine[nLine].bSet)
> {
> - return m_ScreenedViewLine[nLine].SubLines.size();
> + return (int)m_ScreenedViewLine[nLine].SubLines.size();
> }
> }
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=3547&dsMessageId=2735964
>
>
> ________ Information from NOD32 ________
> This message was checked by NOD32 Antivirus System for Linux Mail Servers.
> part000.txt - is OK
> http://www.eset.com

-- 
Oto BREZINA, Printflow s.r.o., EU
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2736149
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-05-14 13:06:48 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.