-
Bug
-
Resolution: Fixed
-
P4
-
9
-
Mac OS X 10.10.3 with XCode 6.3.1
-
b76
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136016 | emb-9 | Sergey Bylokhov | P4 | Resolved | Fixed | team |
/Volumes/Work/current/jdks/jdk9_test/jdk/src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m:343:72: error: comparison of constant 777 with expression of type 'NSEventSubtype' (aka 'enum NSEventSubtype') is always false [-Werror,-Wtautological-constant-out-of-range-compare]
} else if ([event type] == NSApplicationDefined && [event subtype] == 777) {
~~~~~~~~~~~~~~~ ^ ~~~
1 error generated.
} else if ([event type] == NSApplicationDefined && [event subtype] == 777) {
~~~~~~~~~~~~~~~ ^ ~~~
1 error generated.
- backported by
-
JDK-8136016 NSApplicationAWT.m:343:72: error: comparison of constant 777 with expression of type 'NSEventSubtype'
-
- Resolved
-
- duplicates
-
JDK-8080613 [macosx] Compile error on Mac in file NSApplicationAWT.m
-
- Closed
-