diff graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/bytecode/BC_newarray.java @ 10558:9d3265486aad

Fix for new warnings showing up when using Kepler eclipse.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 27 Jun 2013 14:15:27 +0200
parents 390448a6b535
children 12d134c0aa8d
line wrap: on
line diff
--- a/graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/bytecode/BC_newarray.java	Wed Jun 26 15:35:58 2013 +0200
+++ b/graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/bytecode/BC_newarray.java	Thu Jun 27 14:15:27 2013 +0200
@@ -23,12 +23,14 @@
 package com.oracle.graal.jtt.bytecode;
 
 import com.oracle.graal.jtt.*;
+
 import org.junit.*;
 
 /*
  */
 public class BC_newarray extends JTTTest {
 
+    @SuppressWarnings("unused")
     public static int test(int a) {
         if (new boolean[3] == null) {
             return -1;