Skip to content

Commit 91a9610

Browse files
committed
Add SuppressWarnings to IPAddressUtil
1 parent 8fc8715 commit 91a9610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/util/IPAddressUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
import java.net.URL;
4545
import java.util.Arrays;
4646

47+
@SuppressWarnings("all")
4748
public class IPAddressUtil {
4849
private final static int INADDR4SZ = 4;
4950
private final static int INADDR16SZ = 16;

0 commit comments

Comments
 (0)