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

Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

fix: -Wreorder warning in DownloadService constructor #2077

Merged
merged 1 commit into from
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.

@qnixsynapse qnixsynapse merged commit 0c5dac4 into dev Mar 7, 2025
8 checks passed
@qnixsynapse qnixsynapse deleted the fix/wreorder_DownloadService branch March 7, 2025 02:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants