From 5c2dcb40e40a789b1bf2a3b19429acd23c7674b1 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 7 Jan 2015 13:13:30 +0100 Subject: handle default cases in switches since gcc produces warnings when default cases are not handled, make it happy. Signed-off-by: Olivier Gayot --- menuchoixpersos.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'menuchoixpersos.c') diff --git a/menuchoixpersos.c b/menuchoixpersos.c index a41d548..a137611 100644 --- a/menuchoixpersos.c +++ b/menuchoixpersos.c @@ -86,6 +86,8 @@ void Fmenuchoixpersos (SURFACES *surfaces, POSITIONS *positions) Vnbperso++; continuer=0; break; + default: + break; } break; } -- cgit v1.2.3