Skip to content

Commit ff26b40

Browse files
authored
Merge pull request ruby#3195 from eregon/SuppressWarnings-restricted
Suppress restricted warnings from JDK 24
2 parents 086a498 + 2209c69 commit ff26b40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/org/prism/Parser.java

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
public abstract class Parser {
44

5+
@SuppressWarnings("restricted")
56
public static void loadLibrary(String path) {
67
System.load(path);
78
}

0 commit comments

Comments
 (0)