You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2009/12/15 09:04:18 UTC

[jira] Updated: (MAPREDUCE-1165) SerialUtils.hh: __PRETTY_FUNCTION__ is a GNU extension and not portable

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

Eli Collins updated MAPREDUCE-1165:
-----------------------------------

    Status: Open  (was: Patch Available)

> SerialUtils.hh: __PRETTY_FUNCTION__ is a GNU extension and not portable
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1165
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1165
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Allen Wittenauer
>         Attachments: MAPREREDUCE-1165.patch
>
>
> SerialUtils.hh uses __PRETTY_FUNCTION__ to print the name of the function during an assertion.  That is a GNU extension and is not portable across compilers.  [C99 defines __func__, which should probably be used instead.]

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