diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpgscm/scheme.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gpgscm/scheme.c b/tests/gpgscm/scheme.c index b4960b0a3..86d70b381 100644 --- a/tests/gpgscm/scheme.c +++ b/tests/gpgscm/scheme.c @@ -172,6 +172,7 @@ type_to_string (enum scheme_types typ) case T_FRAME: return "frame"; } assert (! "not reached"); + return "?"; } /* ADJ is enough slack to align cells in a TYPE_BITS-bit boundary */ |