diff --git a/matchers/utilities.cpp b/matchers/utilities.cpp index e7447a5..c90a068 100644 --- a/matchers/utilities.cpp +++ b/matchers/utilities.cpp @@ -418,8 +418,10 @@ boost::optional DetailFunctionDecl(const hyde::processing_options& options switch (storage) { case SC_Static: info["static"] = true; + break; case SC_Extern: info["extern"] = true; + break; default: break; }