Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(547)

Unified Diff: lib/src/compiler/compiler.dart

Issue 2102053003: Remove DDC custom error list now that strong mode analyzer handles it (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: another fix Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/analyzer/dart_sdk.dart ('k') | lib/src/compiler/error_helpers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/compiler/compiler.dart
diff --git a/lib/src/compiler/compiler.dart b/lib/src/compiler/compiler.dart
index cac85b1b1f94b194ed47e383f641407f06ca7110..3abd937e406c29c2f50a40bbbccf531cc931f39b 100644
--- a/lib/src/compiler/compiler.dart
+++ b/lib/src/compiler/compiler.dart
@@ -362,5 +362,5 @@ final missingPartErrorCode = const CompileTimeErrorCode(
'MISSING_PART', 'The part was not supplied as an input to the compiler.');
/// (Public for tests) the error code used when a part is unused.
-final unusedPartWarningCode = const StaticWarningCode(
- 'UNUSED_PART', 'The part was not used by any libraries being compiled.');
+final unusedPartWarningCode = const StaticWarningCode('UNUSED_PART',
+ 'The part was not used by any libraries being compiled.', null, false);
« no previous file with comments | « lib/src/analyzer/dart_sdk.dart ('k') | lib/src/compiler/error_helpers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698