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 8dc6d07 commit a2733f5Copy full SHA for a2733f5
libsolidity/analysis/SyntaxChecker.cpp
@@ -154,7 +154,8 @@ bool SyntaxChecker::visit(PragmaDirective const& _pragma)
154
m_errorReporter.warning(
155
9511_error,
156
_pragma.location(),
157
- "ABI coder v1 is deprecated and scheduled for removal in the next breaking version (0.9)."
+ "ABI coder v1 is deprecated and scheduled for removal in the next breaking version (0.9). "
158
+ "Use ABI coder v2 instead."
159
);
160
}
161
else if (_pragma.literals()[0] == "solidity")
0 commit comments