On 01/04/2015 23:06, John Snow wrote:
> 
> if (qemu == NULL) {
>   fprintf(stderr, "...");
>   g_assert_not_reached();
> }
> 
> Though that does read a little strangely. ("Here's a nice error message
> for something we are asserting will never happen.")

Just "exit(1);" then.  :)

Good idea, this is annoying.

Paolo

Reply via email to