[ 
https://issues.apache.org/jira/browse/HADOOP-7059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969036#action_12969036
 ] 

Hadoop QA commented on HADOOP-7059:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org
  against trunk revision 1043117.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: 
https://hudson.apache.org/hudson/job/PreCommit-HADOOP-Build/133//console

This message is automatically generated.

> Remove "unused" warning in native code
> --------------------------------------
>
>                 Key: HADOOP-7059
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7059
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: native
>    Affects Versions: 0.21.0
>            Reporter: Noah Watkins
>         Attachments: HADOOP-7059-1.patch
>
>
> The file:
>    src/native/src/org_apache_hadoop.h
> declares the static function "do_dlsym" in the header as non-inline. Files 
> including the header (e.g. for the THROW macro) receive a "defined but 
> unused" warning during compilation.
> This function should either a) be inlined or b) use GCC "unused" attribute.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to