You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for creating this wonderful library. I have a small request.
Could you please turn on -Wall -Wpedantic -Wextra -Wunused and
try to minimize the unused variables/parameters? We see a flurry of
warnings when we build code that uses immer.
Makes sense, but this is low priority, since unused parameter warnings provide not much value in my opinion. You can work around it by including the library in path with -isystem.
If this is part of some commercial work, consider supporting the project here: https://github.com/sponsors/arximboldi
The higher sponsorship tiers help prioritizing issues 🙂
Hi!
Thank you for creating this wonderful library. I have a small request.
Could you please turn on -Wall -Wpedantic -Wextra -Wunused and
try to minimize the unused variables/parameters? We see a flurry of
warnings when we build code that uses immer.
The text was updated successfully, but these errors were encountered: