diff --git a/cpp/find_warnings.py b/cpp/find_warnings.py index 4de1f3f..ec5e1e5 100644 --- a/cpp/find_warnings.py +++ b/cpp/find_warnings.py @@ -52,8 +52,8 @@ # file. PRIMARY_HEADER_EXTENSION = '.h' -HEADER_EXTENSIONS = frozenset(['.h', '.hpp', '.h++', '.hxx']) -CPP_EXTENSIONS = frozenset(['.cc', '.cpp', '.c++', '.cxx']) +HEADER_EXTENSIONS = frozenset(['.h', '.hh', '.hpp', '.h++', '.hxx', '.cuh']) +CPP_EXTENSIONS = frozenset(['.cc', '.cpp', '.c++', '.cxx', '.cu']) # These enumerations are used to determine how an symbol/#include file is used. UNUSED = 0