Browse Source

Remove try compiler warnings.

pull/74/head
Greg Holmes 9 years ago
parent
commit
490864bf55
6 changed files with 6 additions and 6 deletions
  1. 1
    1
      .idea/compiler.xml
  2. 1
    1
      client
  3. 1
    1
      installers
  4. 1
    1
      parser
  5. 1
    1
      plugins
  6. 1
    1
      util

+ 1
- 1
.idea/compiler.xml View File

@@ -21,6 +21,6 @@
21 21
     </annotationProcessing>
22 22
   </component>
23 23
   <component name="JavacSettings">
24
-    <option name="ADDITIONAL_OPTIONS_STRING" value="-Xlint:all,-processing" />
24
+    <option name="ADDITIONAL_OPTIONS_STRING" value="-Xlint:all,-processing,-try" />
25 25
   </component>
26 26
 </project>

+ 1
- 1
client

@@ -1 +1 @@
1
-Subproject commit 6a1fe661805af4eccd9151da251eee3bd962bd61
1
+Subproject commit bfff2f37ff701e1d06f4b6d3878f7c2a292d4e83

+ 1
- 1
installers

@@ -1 +1 @@
1
-Subproject commit 9e047f993bc80f63acc6b50d8d2ff116d43ab154
1
+Subproject commit 15b7d43ed8ec93510b5ae4771eb2a54a6ab2bdbc

+ 1
- 1
parser

@@ -1 +1 @@
1
-Subproject commit b4c7aedbd2e99f4db29c233101ecaebda432360c
1
+Subproject commit cb47a85f155fbdd3eb57452f94b3ce543d5489c1

+ 1
- 1
plugins

@@ -1 +1 @@
1
-Subproject commit 3981c245f481f01e9f7132b0e352be7e1e9a40d4
1
+Subproject commit df0b62b8d148d933f4cb0e274b7781948fa16bf8

+ 1
- 1
util

@@ -1 +1 @@
1
-Subproject commit 0e02c175f6faa47d4af0dadecfa39351f53a9ece
1
+Subproject commit c4499517d3bcb611e18a1c68af8c2ecfc63b69af

Loading…
Cancel
Save