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.
1 parent f4fc045 commit 295c20aCopy full SHA for 295c20a
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