Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NANCY: Fix warnings about deprecated ManagedSurface copy constructor - #7390

Merged
sev- merged 1 commit into
scummvm:masterfrom
ccawley2011:nancy-move-constructors
Apr 5, 2026
Merged

NANCY: Fix warnings about deprecated ManagedSurface copy constructor#7390
sev- merged 1 commit into
scummvm:masterfrom
ccawley2011:nancy-move-constructors

Conversation

@ccawley2011

Copy link
Copy Markdown
Member

No description provided.

@digitall

digitall commented Apr 5, 2026

Copy link
Copy Markdown
Member

@ccawley2011 Those deprecation warnings have been annoying me for quite a while. Will be nice to get these usages cleaned up.

Apart from the MM engine which is dealt with in the other PR, we still have some in the GLK engines associated with U32 Strings e.g.

engines/glk/window_text_buffer.cpp:1623:110: warning: ‘Common::U32String::U32String(const uint32*, uint32)’ is deprecated: Use u32char_type_t instead of uint32 [-Wdeprecated-declarations]

@sev-

sev- commented Apr 5, 2026

Copy link
Copy Markdown
Member

This is great! Thank you!

Hope someday we fix them all :D

@sev-
sev- merged commit 273e6b9 into scummvm:master Apr 5, 2026
1 check passed
@ccawley2011
ccawley2011 deleted the nancy-move-constructors branch April 5, 2026 23:11
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.

3 participants