Skip to content

[stdlib] Fix an unused function warning on Linux #1543

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

Merged
merged 1 commit into from
Mar 5, 2016

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Mar 5, 2016

What's in this pull request?

Fixes a compiler warning on non Apple platforms.

swift/stdlib/public/runtime/HeapObject.cpp:563:20: warning: unused function 'memset_pattern8' [-Wunused-function]
static inline void memset_pattern8(void *b, const void *pattern8, size_t len) {
                   ^

@gribozavr
Copy link
Contributor

@swift-ci Please smoke test

gottesmm added a commit that referenced this pull request Mar 5, 2016
[stdlib] Fix an unused function warning on Linux
@gottesmm gottesmm merged commit f7d0263 into swiftlang:master Mar 5, 2016
@rintaro rintaro deleted the fix-warning branch March 5, 2016 06:35
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.

3 participants