Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary strictfp modifier #341

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

copybara-service[bot]
Copy link

Remove unnecessary strictfp modifier

Turbine's minimum supported JDK version is JDK 17.

This fixes the following warning:

third_party/java_src/turbine/java/com/google/turbine/binder/ConstEvaluator.java:84: warning: [strictfp] as of release 17, all floating-point expressions are evaluated strictly and 'strictfp' is not required
public strictfp class ConstEvaluator {
                ^

Turbine's minimum supported JDK version is JDK 17.

This fixes the following warning:

```
third_party/java_src/turbine/java/com/google/turbine/binder/ConstEvaluator.java:84: warning: [strictfp] as of release 17, all floating-point expressions are evaluated strictly and 'strictfp' is not required
public strictfp class ConstEvaluator {
                ^
```

PiperOrigin-RevId: 677884732
@copybara-service copybara-service bot merged commit f67d011 into main Sep 23, 2024
@copybara-service copybara-service bot deleted the test_main_677531227 branch September 23, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant