emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem report #


From: Henrik Enberg
Subject: Re: Problem report #
Date: Sun, 30 Apr 2006 19:58:59 +0200

Dan Nicolaescu <address@hidden> writes:

> 
> CID: 2
> Checker: DEADCODE (help)
> File: emacs/lib-src/ebrowse.c
> Function: member
> Description: Assigning "1" to "type_seen"

[...]

> 2788          case INT:       case CHAR:      case LONG:      case UNSIGNED:
> 2789          case SIGNED:    case CONST:     case DOUBLE:    case VOID:
> 2790          case SHORT:     case VOLATILE:  case BOOL:      case WCHAR:
> 2791          case TYPENAME:
> 2792          typeseen:
> 
> Event const: After this line, the value of "type_seen" is equal to 1
> Event assignment: Assigning "1" to "type_seen"
> Also see events: [dead_error_line][dead_error_condition][assignment]

Uhm, as far as I can tell, type_seen may very well be 0 after this.
There are several cases where the code won't goto the typeseen label.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]