We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4fc045 + 295c20a commit c0adee9Copy full SHA for c0adee9
source/ada/lsp-ada_documents.adb
@@ -55,7 +55,10 @@ with LSP.Formatters.Texts;
55
with LSP.GNATFormat_Utils;
56
with LSP.Predicates;
57
with LSP.Structures.LSPAny_Vectors;
58
+pragma Warnings
59
+ (Off, "child unit * hides compilation unit with the same name");
60
with LSP.Utils;
61
+pragma Warnings (On, "child unit * hides compilation unit with the same name");
62
63
package body LSP.Ada_Documents is
64
pragma Warnings (Off);
0 commit comments