diff --git a/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/SubstrateOptions.java b/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/SubstrateOptions.java index 1911d1d53a54..ee7b1fc5d931 100644 --- a/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/SubstrateOptions.java +++ b/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/SubstrateOptions.java @@ -470,7 +470,7 @@ protected void onValueUpdate(EconomicMap, Object> values, Integer o } }; - private static void defaultDebugInfoValueUpdateHandler(EconomicMap, Object> values, Integer oldValue, Integer newValue) { + private static void defaultDebugInfoValueUpdateHandler(EconomicMap, Object> values, @SuppressWarnings("unused") Integer oldValue, Integer newValue) { // force update of TrackNodeSourcePosition if (newValue > 0 && !Boolean.TRUE.equals(values.get(TrackNodeSourcePosition))) { TrackNodeSourcePosition.update(values, true);