Skip to content

fix:Resolve warning in common, nodeagent to 0 warnings #337

Merged
youngtaekiim merged 8 commits intoeclipse-pullpiri:mainfrom
LGSI-KarumuriHari:main
Oct 14, 2025
Merged

fix:Resolve warning in common, nodeagent to 0 warnings #337
youngtaekiim merged 8 commits intoeclipse-pullpiri:mainfrom
LGSI-KarumuriHari:main

Conversation

@LGSI-KarumuriHari
Copy link
Contributor

📝 PR Description
Resolve warning in common , nodeagent, tools .

🔗 Related Issue
#328

🧪 Test Method
cargo clippy in dedicated repos or make clippy in root folder
command used : cargo clippy 2>&1 | grep -c "warning:"

Screenshots:
node agent:
image
common
image

tools:
image

✅ Checklist
[✅] Code conventions are followed
[✅] Tests are added/modified
[✅] Documentation is updated (if necessary)

Main Folder Process / Module Warnings before Warnings now
agent nodeagent 8 0
common -- 4 0
tools -- 4 0

LGSI-KarumuriHari and others added 4 commits October 10, 2025 13:27
- Prefixed unused guest server function with underscore to prevent dead code warning
- Cleaned up commented code and clarified comments
- No functional changes, only warning suppression and code hygiene
Copy link
Contributor

@daeyoung-jeong-lge daeyoung-jeong-lge left a comment

Choose a reason for hiding this comment

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

Looks OK

@daeyoung-jeong-lge
Copy link
Contributor

@leeeunkoo @youngtaekiim I finished my review for this PR. Please merge this. Thanks.
Additionally, @LGSI-KarumuriHari will continue to address warnings in other modules following this PR.

@LGSI-KarumuriHari
Copy link
Contributor Author

@daeyoung-jeong-lge please check with these changes ,
ScreenShots:
image

The player submodule was reduced to 0 warnings in build , but as for clippy there are these 2 warnings i couldnt clear .

Main Folder Process / Module Warnings before Warnings Now
player filtergateway 51 2
  actioncontroller 31 0
  statemanager 4 0

Copy link
Contributor

@daeyoung-jeong-lge daeyoung-jeong-lge left a comment

Choose a reason for hiding this comment

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

Looks OK.

@daeyoung-jeong-lge
Copy link
Contributor

@leeeunkoo @youngtaekiim I finished my review. Please merge this. Thanks.
The number of warnings are reduced from 8+78+4+4= 94 to 2.

@LGSI-KarumuriHari Could you do the rest work about reducing the warnings of server (apiserver, monitoringserver, settingsservice, policymanager) with the separated PR? Thanks.

@youngtaekiim youngtaekiim merged commit 68c9d78 into eclipse-pullpiri:main Oct 14, 2025
5 of 6 checks passed
@leeeunkoo leeeunkoo linked an issue Oct 14, 2025 that may be closed by this pull request
1 task
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.

[TASK] Reduce warnings in the entire code

3 participants