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

Fix CI build warning + ARM build #256

Merged
merged 2 commits into from
May 17, 2021
Merged

Conversation

Woazboat
Copy link
Contributor

@Woazboat Woazboat commented May 17, 2021

CI build complains about local variable being visible across case labels. Add blocks to reduce scope of variable.
(Warning didn't show up locally for some reason but does in CI)

+ make inode refcount non-atomic to fix arm build (ustl::atomic doesn't work properly on arm #257 )

@Woazboat Woazboat changed the title Fix CI build warning Fix CI build warning + ARM build May 17, 2021
@dgruss dgruss merged commit b0d2b5f into IAIK:master May 17, 2021
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.

2 participants