changeset 799:c344607b7341 ecc

quieten the compiler
author Matt Johnston <matt@ucc.asn.au>
date Thu, 09 May 2013 23:27:23 +0800
parents 30f7bad5e748
children 7dcb46da72d9
files dropbearkey.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dropbearkey.c	Thu May 09 23:25:39 2013 +0800
+++ b/dropbearkey.c	Thu May 09 23:27:23 2013 +0800
@@ -217,7 +217,8 @@
                     exit(EXIT_FAILURE);			
                 }
 #endif
-                // pass. ecdsa handles checks itself
+			default:
+				(void)0; /* quiet, compiler. ecdsa handles checks itself */
         }
 
         switch (keytype) {