diff --git a/src/CppParser/Parser.cpp b/src/CppParser/Parser.cpp
index 153ebee2..d7d23612 100644
--- a/src/CppParser/Parser.cpp
+++ b/src/CppParser/Parser.cpp
@@ -3306,6 +3306,8 @@ Declaration* Parser::WalkDeclaration(const clang::Decl* D,
     case Decl::UnresolvedUsingValue:
     case Decl::IndirectField:
     case Decl::StaticAssert:
+    case Decl::NamespaceAlias:
+        break;
     default:
     {
         Debug("Unhandled declaration kind: %s\n", D->getDeclKindName());