-
Bug
-
Resolution: Duplicate
-
P4
-
8
-
Mac
When building JDK the CDropTarget.m produces the following warning:
/ws/8-2-dndInterprocInterop-RT-34283/jdk/src/macosx/native/sun/awt/CDropTarget.m: In function '-[CDropTarget init:component:peer:control:]':
/ws/8-2-dndInterprocInterop-RT-34283/jdk/src/macosx/native/sun/awt/CDropTarget.m:85: warning: 'NSView' may not respond to '-setDropTarget:'
/ws/8-2-dndInterprocInterop-RT-34283/jdk/src/macosx/native/sun/awt/CDropTarget.m:85: warning: (Messages without a matching method signature
/ws/8-2-dndInterprocInterop-RT-34283/jdk/src/macosx/native/sun/awt/CDropTarget.m:85: warning: will be assumed to return 'id' and accept
/ws/8-2-dndInterprocInterop-RT-34283/jdk/src/macosx/native/sun/awt/CDropTarget.m:85: warning: '...' as arguments.)
/ws/8-2-dndInterprocInterop-
/ws/8-2-dndInterprocInterop-
/ws/8-2-dndInterprocInterop-
/ws/8-2-dndInterprocInterop-
/ws/8-2-dndInterprocInterop-
- duplicates
-
JDK-8027561 [macosx] Cleanup "may not respond to selector" warnings in native code
- Resolved