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 build warnings, update deprecated boost headers #1035

Merged

Conversation

scottmudge
Copy link
Contributor

@scottmudge scottmudge commented May 11, 2023

Fixed some build warnings on deprecated boost headers, unified using correct boost/bind headers, and fixed logical error in src/slic3r/GUI/DeviceManager.cpp:

this->upgrade_display_state == UpgradingInProgress;

should actually be:

this->upgrade_display_state = (int)UpgradingDisplayState::UpgradingInProgress;

Copy link
Owner

@SoftFever SoftFever left a comment

Choose a reason for hiding this comment

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

Thanks!

@SoftFever SoftFever merged commit e23b600 into SoftFever:main May 11, 2023
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