From 620f232a11150d8010f8bd8a68d0f5eec6bc95a0 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 7 Oct 2018 20:06:09 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3401 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libpm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libpm.c') diff --git a/lib/libpm.c b/lib/libpm.c index 21fad88c..47a2f498 100644 --- a/lib/libpm.c +++ b/lib/libpm.c @@ -438,7 +438,8 @@ pm_maxvaltobits(int const maxval) { return 16; else pm_error( "maxval of %d is too large!", maxval ); - return -1; /* Should never come here */ + + assert(false); } int -- cgit 1.4.1