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

Quiet warnings #578

Merged
merged 1 commit into from
Jul 6, 2016
Merged

Quiet warnings #578

merged 1 commit into from
Jul 6, 2016

Conversation

ideasman42
Copy link
Collaborator

Trivial edits, quiet warnings with GCC

xor ebp,ebp ;cpu flags - if we don't have CPUID, we probably
;won't want to try FPU optimizations.
xor ebp,ebp ;cpu flags - if we do not have CPUID, we probably
;will not want to try FPU optimizations.
Copy link
Contributor

@janisozaur janisozaur Jul 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So on one hand opentoonz does not support 32 bit builds, but on the other it checks for cpuid and FPU presence?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Theres a lot of code that could be evaluated for removal, search for __sgi and SGI for example.

While this can be done, its outside the scope of this patch.

@skitaoka
Copy link
Member

skitaoka commented Jul 6, 2016

Jenkins, test this.

@skitaoka
Copy link
Member

skitaoka commented Jul 6, 2016

LGTM

@skitaoka skitaoka merged commit 47895a0 into master Jul 6, 2016
@shun-iwasawa shun-iwasawa deleted the warning-cleanup-pr branch July 6, 2016 11:17
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.

None yet

3 participants