Silence a gcc warning.
Florian Ragwitz [Thu, 4 Dec 2008 03:21:43 +0000 (03:21 +0000)]
MOP.xs

diff --git a/MOP.xs b/MOP.xs
index 39e54b4..e25d7b0 100644 (file)
--- a/MOP.xs
+++ b/MOP.xs
@@ -104,6 +104,8 @@ mop_update_method_map(pTHX_ SV* const self, SV* const class_name, HV* const stas
                    here. */
                 gv_init((GV*)gv, stash, method_name, method_name_len, GV_ADDMULTI);
                 /* fall through */
+            default:
+                break;
         }
 
         if ( SvTYPE(gv) == SVt_PVGV && (cv = GvCVu(gv)) ) {