[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: Suspicous code in kdelibs-3.5.2
From:       Christoph Bartoschek <bartoschek () gmx ! de>
Date:       2006-04-08 16:01:20
Message-ID: 200604081801.20651.bartoschek () gmx ! de
[Download RAW message or body]

Am Samstag, 8. April 2006 16:15 schrieb Oswald Buddenhagen:

> a valid case (i.e., with a non-empty case):
>
> switch (foo) {
> case 1:
> 	do_one();
> 	// fall through
> case 2:
> 	do_two();
> 	break;
> }

These are exactly the lines where I get a message. For 


switch (foo) {
case 0:     // <-- no report item here
case 1:
	do_one();   // <-- report item here
case 2:
	do_two();
	break;
}

Christoph
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic