chiark / gitweb /
machine: fix -Wmaybe-uninitialized warning
authorDave Reisner <dreisner@archlinux.org>
Tue, 2 Jul 2013 17:50:00 +0000 (13:50 -0400)
committerDave Reisner <dreisner@archlinux.org>
Tue, 2 Jul 2013 17:50:54 +0000 (13:50 -0400)
commit2c4c73b3ffa123cc5c69f5749c58706aafb3f257
treed68d95dd998e65ba53045443bda4a20f8cd29a91
parentaba8b84e8d72224445b67646974b9dabc0972187
machine: fix -Wmaybe-uninitialized warning

The return value of machine_start_scope might be undefined if m->scope
is non-NULL.
src/machine/machine.c