« Previous | Next » 

Revision 0b0404bf

ID0b0404bf84432f0ee74840d674b93bacee7eee68

Added by Stefan Weil over 12 years ago

Add 'fall through' comments to case statements without break

These comments are used by static code analysis tools and in code reviews
to avoid false warnings because of missing break statements.

The case statements handled here were reported by coverity.

Reviewed-by: Peter Maydell <>
Signed-off-by: Stefan Weil <>
Signed-off-by: Stefan Hajnoczi <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences