Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
/cortex.cppPublic archive

fix: -Wreorder warning in DownloadService constructor#2077

Merged
qnixsynapse merged 1 commit intodevfromfix/wreorder_DownloadService
Mar 7, 2025

Conversation

@qnixsynapse
Copy link
Contributor

Describe Your Changes

  • This PR addresses a -Wreorder warning in the DownloadService class constructor. The compiler issues a warning because the member initializers in the DownloadService constructor's initializer list are not in the same order as the member declarations within the class definition. This PR reorders the member initializers in the DownloadService constructor to match the declaration order in the class definition.
    This resolves -Wreorder warning, and improves the code clarity.

@qnixsynapseqnixsynapse merged commit0c5dac4 intodevMar 7, 2025
8 checks passed
@qnixsynapseqnixsynapse deleted the fix/wreorder_DownloadService branchMarch 7, 2025 02:43
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

1 more reviewer

@vansangpfievvansangpfievvansangpfiev approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@qnixsynapse@vansangpfiev

[8]ページ先頭

©2009-2025 Movatter.jp