Skip to content

Commit da4e508

Browse files
committed
Fix style problem
1 parent c664292 commit da4e508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/NativeImageOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ protected void onValueUpdate(EconomicMap<OptionKey<?>, Object> values, Boolean o
122122
}
123123
};
124124

125+
@SuppressWarnings("all")
125126
private static boolean areAssertionsEnabled() {
126127
boolean assertsEnabled = false;
127128
// Next assignment will be executed when asserts are enabled.

0 commit comments

Comments
 (0)