[
https://issues.apache.org/jira/browse/HDFS-3673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colin Patrick McCabe updated HDFS-3673:
---------------------------------------
Attachment: HDFS-3673.001.patch
* fix bad calls to fprintf
* fix bad format strings
* fix const warnings
* move hdfsDisableDirectRead into hdfs_test.h (it's not intended for library
consumers, just testing)
* test_libhdfs_read: remove unused variable
* test_libhdfs_threaded: need to include string.h
> libhdfs: fix some compiler warnings
> -----------------------------------
>
> Key: HDFS-3673
> URL: https://issues.apache.org/jira/browse/HDFS-3673
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 2.1.0-alpha
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
> Priority: Minor
> Attachments: HDFS-3673.001.patch
>
>
> Fix some compiler warnings. Some of these are misuses of fprintf (forgetting
> the FILE* parameter), const mismatch warnings, format specifier warnings.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira