From 1426fec358342e0b052c5a96ee2b7e60d4d4066b Mon Sep 17 00:00:00 2001 From: James Iry Date: Mon, 4 Feb 2013 14:48:23 -0800 Subject: SI-7070 Turn restriction on companions in pkg objs into warning The implementation restriction created from SI-5954 in 3ef487ecb6733bfe3c13d89780ebcfc81f9a5ea0 has two problems. 1) The problematic code works fine if compile with sbt. That means the restriction is breaking some people needlessly. 2) It's not binary compatible. To fix all that this commit changes the error into a warning and removes the setting used to get around the restriction. --- test/files/pos/package-case.flags | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test/files/pos/package-case.flags (limited to 'test/files/pos/package-case.flags') diff --git a/test/files/pos/package-case.flags b/test/files/pos/package-case.flags deleted file mode 100644 index 2f174c4732..0000000000 --- a/test/files/pos/package-case.flags +++ /dev/null @@ -1 +0,0 @@ --Ycompanions-in-pkg-objs -- cgit v1.2.3