From: David Given Date: Mon, 12 Dec 2016 22:55:49 +0000 (+0100) Subject: Fix warnings. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3fadcc19fdab762b595f27ac77c05a5ae2fa0e15;p=ack.git Fix warnings. --- diff --git a/mach/powerpc/mcg/platform.c b/mach/powerpc/mcg/platform.c index 65b158cac..e1e4d1661 100644 --- a/mach/powerpc/mcg/platform.c +++ b/mach/powerpc/mcg/platform.c @@ -278,6 +278,7 @@ struct hop* platform_move(struct basicblock* bb, struct hreg* src, struct hreg* nomove: fatal("cannot move %s to %s", src->id, dest->id); + return NULL; } struct hop* platform_swap(struct basicblock* bb, struct hreg* src, struct hreg* dest)