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 compilation on arm64 with analytics module #114

Merged
merged 2 commits into from
Jun 28, 2019

Conversation

MasterMind2k
Copy link
Contributor

I've fixed issue when compiling QtFirebase with Analytics module.

Problem is with typing. With new platform, it seems compiler is unable to distinguish between int and int64. Somehow :S. Maybe this is a Firebase bug after all?

Related to #102.

It seems that CLang on 64 bit arm is a ltitle bit nitpicking about
types. Using good old `static_cast` helps.
@larpon
Copy link
Owner

larpon commented Jun 28, 2019

Hi @MasterMind2k - I'm glad to see it's fixable - do you know if this is a general Clang thing or only a Clang thing for arm64-v8a architecture?

Before I pull this in - I have to make sure changes doesn't break on other platforms, architectures and builds

@larpon larpon merged commit c2ceaec into larpon:master Jun 28, 2019
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