« Previous | Next » 

Revision 0ed6dc1a

ID0ed6dc1a982fd029557a17fda7606d679a6ebb28

Added by Amos Kong about 12 years ago

error.c: don't return value for void function

It is invalid to return a value from a function
returning void.

[C99 6.8.6.4 says "A return statement with an expression shall not
appear in a function whose return type is void" but gcc 4.6.3 with QEMU
compile flags does not complain. It's still worth fixing this. Stefan]

Signed-off-by: Amos Kong <>
Reviewed-by: Paolo Bonzini <>
Signed-off-by: Stefan Hajnoczi <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences