]> xenbits.xensource.com Git - libvirt.git/commit
Enable use of -Wmissing-noreturn
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 16 Jul 2010 16:16:19 +0000 (17:16 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 5 Apr 2011 10:39:58 +0000 (11:39 +0100)
commit329e9dc629658d7b8298b102e8d1486ff6b9221f
tree758b05e4b2ac74c997ab76c6bf53887f2e09536a
parent7d76d5d506424575139de34fa70ae246f401cfcc
Enable use of -Wmissing-noreturn

* src/internal.h: Define a ATTRIBUTE_NO_RETURN annotation
* src/lxc/lxc_container.c: Annotate lxcContainerDummyChild
  with ATTRIBUTE_NO_RETURN
* tests/eventtest.c: Mark async thread as ATTRIBUTE_NO_RETURN
* m4/virt-compile-warnings.m4: Enable -Wmissing-noreturn
m4/virt-compile-warnings.m4
src/internal.h
src/lxc/lxc_container.c
tests/eventtest.c