[ 
https://issues.apache.org/jira/browse/HADOOP-7059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eli Collins updated HADOOP-7059:
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23.0
         Assignee: Noah Watkins
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

I double checked the native build and committed this. Thanks Noah!

> 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
>            Assignee: Noah Watkins
>             Fix For: 0.23.0
>
>         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