commit 5db2f939954b07ada60e3c9723db633248a2389b parent b10c4aeed66718a4411b7695f326d5e9b081fd89 Author: sin <sin@2f30.org> Date: Sun, 27 Dec 2015 18:03:24 +0000 shut up compiler Diffstat:
M | torrentd.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/torrentd.c b/torrentd.c @@ -196,6 +196,7 @@ hex2int(int c) if (c >= 'A' && c <= 'F') return c - 'A' + 10; errx(1, "%c is not hex", c); + return -1; /* NOTREACHED */ } uint8_t