Summary: | CStructAnnotationProcessor emits warning under Java 7 | ||
---|---|---|---|
Product: | [JogAmp] Gluegen | Reporter: | Wade Walker <wwalker3> |
Component: | core | Assignee: | Wade Walker <wwalker3> |
Status: | RESOLVED INVALID | ||
Severity: | minor | CC: | sgothel |
Priority: | --- | ||
Version: | 2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: | |
Workaround: | --- |
Description
Wade Walker
2014-03-05 23:58:53 CET
Fixed with https://github.com/sgothel/gluegen/pull/21, which is at https://github.com/WadeWalker/gluegen/tree/bug_994_fix_cstruct_annotation_warning. Verified on Windows 8 that the warning goes away. We require '@SupportedSourceVersion(SourceVersion.RELEASE_6)' since our target platform is Java6. |