Skip to content

Commit e359d80

Browse files
committed
supress unknown-message warning
1 parent a54de11 commit e359d80

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/builtins/objects/cext/PythonObjectNativeWrapperMR.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
public class PythonObjectNativeWrapperMR {
104104
protected static String GP_OBJECT = "gp_object";
105105

106+
@SuppressWarnings("unknown-message")
106107
@Resolve(message = "com.oracle.truffle.llvm.spi.GetDynamicType")
107108
abstract static class GetDynamicTypeNode extends Node {
108109
@Child GetClassNode getClass = GetClassNode.create();

0 commit comments

Comments
 (0)