We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c4e0c commit 0e463abCopy full SHA for 0e463ab
libsolidity/analysis/DocStringTagParser.cpp
@@ -211,6 +211,11 @@ bool DocStringTagParser::visit(InlineAssembly const& _assembly)
211
"otherwise only use the NatSpec tag."
212
);
213
_assembly.annotation().markedMemorySafe = true;
214
+ m_errorReporter.warning(
215
+ 2424_error,
216
+ _assembly.location(),
217
+ "Natspec memory safe annotation for inline assembly is deprecated and scheduled for removal in the next breaking version (0.9)."
218
+ );
219
}
220
else
221
m_errorReporter.warning(
0 commit comments