Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

fix: compilation errors on clang-9 #806

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Conversation

neverchanje
Copy link
Contributor

@neverchanje neverchanje commented Mar 30, 2021

error: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Werror,-Wunknown-warning-option]

Clang9 can't recognize the flag '-Wno-implicit-int-float-conversion' so I fallback to use '-Wno-implicit-float-conversion'. This flag works at both clang9 and clang10 environments.

Check this failure at here: https://github.com/pegasus-kv/pegasus-docker/runs/2221177367?check_suite_focus=true

@neverchanje neverchanje merged commit f508428 into XiaoMi:master Mar 30, 2021
@neverchanje neverchanje deleted the clang9 branch March 30, 2021 09:54
neverchanje pushed a commit that referenced this pull request Mar 31, 2021
@hycdong hycdong added the 2.2.0 label Aug 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants