Make warning about usage of -XX-flags less scary

This commit is contained in:
Dmitry Savvinov
2018-07-16 11:00:48 +03:00
parent 9634734abf
commit 70144f8003
7 changed files with 7 additions and 7 deletions
@@ -135,7 +135,7 @@ abstract class CLITool<A : CommonToolArguments> {
"ATTENTION!\n" + "ATTENTION!\n" +
"This build uses internal compiler arguments:\n" + "This build uses internal compiler arguments:\n" +
arguments.internalArguments.joinToString(prefix = "\n", postfix = "\n\n", separator = "\n") + arguments.internalArguments.joinToString(prefix = "\n", postfix = "\n\n", separator = "\n") +
"This mode is strictly prohibited for production use,\n" + "This mode is not recommended for production use,\n" +
"as no stability/compatibility guarantees are given on\n" + "as no stability/compatibility guarantees are given on\n" +
"compiler or generated code. Use it at your own risk!\n" "compiler or generated code. Use it at your own risk!\n"
) )
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
-XXLanguage:-SoundSmartCastsAfterTry -XXLanguage:-SoundSmartCastsAfterTry
This mode is strictly prohibited for production use, This mode is not recommended for production use,
as no stability/compatibility guarantees are given on as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk! compiler or generated code. Use it at your own risk!
+1 -1
View File
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
-XXLanguage:+ -XXLanguage:+
This mode is strictly prohibited for production use, This mode is not recommended for production use,
as no stability/compatibility guarantees are given on as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk! compiler or generated code. Use it at your own risk!
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
-XXLanguage:+SoundSmartCastsAfterTry -XXLanguage:+SoundSmartCastsAfterTry
This mode is strictly prohibited for production use, This mode is not recommended for production use,
as no stability/compatibility guarantees are given on as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk! compiler or generated code. Use it at your own risk!
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
-XXLanguage:SoundSmartCastAfterTry -XXLanguage:SoundSmartCastAfterTry
This mode is strictly prohibited for production use, This mode is not recommended for production use,
as no stability/compatibility guarantees are given on as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk! compiler or generated code. Use it at your own risk!
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
-XXLanguage:+UnknownFeature -XXLanguage:+UnknownFeature
This mode is strictly prohibited for production use, This mode is not recommended for production use,
as no stability/compatibility guarantees are given on as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk! compiler or generated code. Use it at your own risk!
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
-XXLanguage:+SoundSmartCastsAfterTry -XXLanguage:+SoundSmartCastsAfterTry
This mode is strictly prohibited for production use, This mode is not recommended for production use,
as no stability/compatibility guarantees are given on as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk! compiler or generated code. Use it at your own risk!