Skip to content

Commit 2fb2643

Browse files
committed
fix CI warnings.
1 parent 76c4ead commit 2fb2643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/sosy_lab/java_smt/api/FloatingPointFormulaManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public interface FloatingPointFormulaManager {
4242
* Converts a rounding mode formula to the corresponding enum value. This method is the inverse of
4343
* {@link #makeRoundingMode(FloatingPointRoundingMode)}.
4444
*/
45+
@SuppressWarnings("unused")
4546
default FloatingPointRoundingMode fromRoundingModeFormula(
4647
FloatingPointRoundingModeFormula pRoundingModeFormula) {
4748
throw new UnsupportedOperationException(API_METHOD_NOT_IMPLEMENTED);

0 commit comments

Comments
 (0)