Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b47
-
x86
-
os_x
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8023849 | 8 | Christian Thalinger | P4 | Resolved | Fixed | b105 |
JDK-8199971 | openjdk7u | Andrew Hughes | P4 | Resolved | Fixed | master |
Description
While implementing a new feature I noticed that Clang isn't complaining about wrong return types while Sun Studio does. The reason is that we turned it off. Turning it on only needs one small code change.
Attachments
Issue Links
- backported by
-
JDK-8023849 Clang: enable return type warnings on BSD
- Resolved
-
JDK-8199971 Clang: enable return type warnings on BSD
- Resolved
- relates to
-
JDK-8025688 Clang: enable return type warnings on Linux
- Closed
- links to