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 "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/08/27 02:53:54 UTC

[jira] Updated: (MAPREDUCE-2035) Enable -Wall and fix warnings in task-controller build

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

Todd Lipcon updated MAPREDUCE-2035:
-----------------------------------

    Attachment: mapreduce-2035-toreview.txt

Here's the patch for review.
- Enables -Wall and -Werror (if peoplpe think -Werror is too much we can take it out, but it's good to prevent them from sneaking in)
- Renames configuration.h.in to configuration.h and gets rid of the #undef HADOOP_CONF_DIR
- Fixes configure.ac to generate the #undef HADOOP_CONF_DIR as part of autoheader
- Run autoscan/autoheader to generate config.h.in. Clean up configure.ac to fix missing AC macro warnings.
- Fixes warnings in code and in tests

This patch doesn't include the generated code. Will upload one with the generated code as well.

> Enable -Wall and fix warnings in task-controller build
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-2035
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2035
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: task-controller
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>         Attachments: mapreduce-2035-toreview.txt
>
>
> Enabling -Wall shows a bunch of warnings. We should enable them and then fix them.

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