suppress warnings from -Wmissing-noreturn
authorJim Meyering <meyering@redhat.com>
Tue, 18 Aug 2009 13:39:26 +0000 (15:39 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Aug 2009 15:20:06 +0000 (17:20 +0200)
commitf1b48465f7e051527ff84370de7f312a706e604b
tree64d494cc71a7d1109c67fe438d8e40a618982ad4
parent3fa23b14d28d8018f71f659d7e5902850695b24b
suppress warnings from -Wmissing-noreturn

Even though these functions are marked as "not implemented yet",
and they will surely return a value once implemented, ...
* src/guestfs.c (select_add_timeout): Declare with noreturn attribute.
(select_remove_timeout): Likewise.
src/guestfs.c