Skip to content

[Memory64] strftime changes for 64-bit #15303

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

Closed
wants to merge 1 commit into from

Conversation

aardappel
Copy link
Collaborator

No description provided.

@aardappel aardappel requested a review from kripken October 14, 2021 20:51
@aardappel
Copy link
Collaborator Author

@sbc100 comments: #12869 (comment)

@sbc100
Copy link
Collaborator

sbc100 commented Oct 14, 2021

As I said in the other PR, our policy is not to try for fix existing compiler warnings in musl. Instead we disable them.

# Disable certain warnings for code patterns that are contained in upstream musl
cflags += ['-Wno-ignored-attributes',
'-Wno-dangling-else',
'-Wno-unknown-pragmas',
'-Wno-shift-op-parentheses',
'-Wno-string-plus-int',
'-Wno-pointer-sign']

@aardappel
Copy link
Collaborator Author

review again when #13006 lands

@sbc100
Copy link
Collaborator

sbc100 commented Jan 10, 2022

#13006 has now landed? I'm not sure how it effects this proposed change? Maybe its not needed anymore?

@sbc100
Copy link
Collaborator

sbc100 commented Feb 15, 2022

IIUC this should no longer be needed... it was to fix a compiler warning/error, but since we are already building libc for wasm64 we know that there are none.. so I think this can be closed.

@sbc100
Copy link
Collaborator

sbc100 commented Feb 15, 2022

Please re-open if my understanding is wrong.

@sbc100 sbc100 closed this Feb 15, 2022
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