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

cppcheck result

From: Oto BREZINA <otik_at_printflow.eu>
Date: Fri, 11 Jan 2013 22:50:20 +0100

I ran cpp check over TSVn codes, is seems to be quite good SW :)

I found interesting construct though:
                     assert ( (bestRename == last)
                             || (bestRename.GetPathID() < iter.GetPathID())
                             || "parent ADDs are not in strict order");

according cppcheck string make expression always true, so I don't see
reason for those.

Some other minor improvement in attachment, most are from3rd party code.

-- 
Oto ot(ik) BREZINA
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3042804
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2013-01-11 22:50:43 CET

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.