You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/20 01:36:20 UTC

[jira] [Comment Edited] (KAFKA-3375) Suppress and fix compiler warnings where reasonable and tweak compiler settings

    [ https://issues.apache.org/jira/browse/KAFKA-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385166#comment-15385166 ] 

Ismael Juma edited comment on KAFKA-3375 at 7/20/16 1:35 AM:
-------------------------------------------------------------

Can you please try removing just the following line?

"-target:jvm-${sourceCompatibility}".toString(),

If that fixes it, then it seems like the 1.7 target causes issues in some cases.


was (Author: ijuma):
Can you please try removing just the following line?

+      "-target:jvm-${sourceCompatibility}".toString(),

If that fixes it, then it seems like the 1.7 target causes issues in some cases.

> Suppress and fix compiler warnings where reasonable and tweak compiler settings
> -------------------------------------------------------------------------------
>
>                 Key: KAFKA-3375
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3375
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Ismael Juma
>            Assignee: Ismael Juma
>             Fix For: 0.10.0.0
>
>
> This will make it easier to do KAFKA-2982.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)