Skip to content

[Memory64] strftime changes for 64-bit - #15303

Closed
aardappel wants to merge 1 commit into
emscripten-core:mainfrom
aardappel:b17
Closed

[Memory64] strftime changes for 64-bit#15303
aardappel wants to merge 1 commit into
emscripten-core:mainfrom
aardappel:b17

Conversation

@aardappel

Copy link
Copy Markdown
Collaborator

No description provided.

@aardappel
aardappel requested a review from kripken October 14, 2021 20:51
@aardappel

Copy link
Copy Markdown
Collaborator Author

@sbc100 comments: #12869 (comment)

@sbc100

sbc100 commented Oct 14, 2021

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
Collaborator Author

review again when #13006 lands

@sbc100

sbc100 commented Jan 10, 2022

Copy link
Copy Markdown
Collaborator

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

@sbc100

sbc100 commented Feb 15, 2022

Copy link
Copy Markdown
Collaborator

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

sbc100 commented Feb 15, 2022

Copy link
Copy Markdown
Collaborator

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