Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate fopen64 warning #465

Merged
merged 1 commit into from
Oct 10, 2018
Merged

Consolidate fopen64 warning #465

merged 1 commit into from
Oct 10, 2018

Conversation

hcho3
Copy link
Contributor

@hcho3 hcho3 commented Oct 9, 2018

#432 introduced ability to redefine fopen64 with std::fopen on some targets, where fopen64 is not available. It generated a warning Redefining fopen64 with std::fopen each time a source file included dmlc/base.h, unnecessarily slowing down compilation. This pull request consolidates the warning to a single source file to reduce clutter.

@hcho3 hcho3 merged commit 4114d9d into dmlc:master Oct 10, 2018
@hcho3 hcho3 deleted the fix_warning branch October 10, 2018 02:16
hcho3 added a commit that referenced this pull request Oct 12, 2018
ruslo pushed a commit to hunter-packages/dmlc-core that referenced this pull request Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant