Page MenuHomePhorge

Fix compiler warnings
Needs ReviewPublic

Authored by tusooa on Thu, Jun 11, 2:57 PM.

Details

Reviewers
None
Group Reviewers
O1: the Kazv Project
Summary

Fix unused parameters, implicit this capture and unused local variables. This also fixes a bug in CprJobHandler and LagerStoreEventEmitter that does not correctly remove timers/listeners from the list.

Type: fix

The code is generated by OpenCode (DeepSeek V4 Pro). tusooa has reviewed it and takes full responsibility for the code.

Test Plan

Go to build logs and ensure no compiler warnings are present.
Verify unit tests pass. Build kazv against this and verify everything still works.

Diff Detail

Repository
rL libkazv
Branch
tusooa/stacked
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 626
Build 1234: Invoke BuildbotBuildbot build #1827
Build 1233: arc lint + arc unit

Event Timeline

tusooa edited the test plan for this revision. (Show Details)
tusooa edited the summary of this revision. (Show Details)

Enable -Werror on CI

Harbormaster returned this revision to the author for changes because remote builds failed.Thu, Jun 11, 4:18 PM
Harbormaster failed remote builds in B627: Diff 962!

It seems that we cannot use -Werror because immer does not like it