Skip to content

Commit 2564e38

Browse files
authored
Fix non-portable path warning in DiagnosticLexKinds.td
1 parent e5e04a5 commit 2564e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticLexKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class NonportablePath : Warning<
347347
"non-portable path to file '%0'; specified path differs in case from file"
348348
" name on disk">;
349349
def pp_nonportable_path : NonportablePath,
350-
InGroup<DiagGroup<"nonportable-include-path">>;
350+
InGroup<DiagGroup<"nonportable-include-path">>, DefaultIgnore;
351351
def pp_nonportable_system_path : NonportablePath, DefaultIgnore,
352352
InGroup<DiagGroup<"nonportable-system-include-path">>;
353353

0 commit comments

Comments
 (0)