-Wunused:all
and private extractor objects
#16682
Labels
Milestone
-Wunused:all
and private extractor objects
#16682
I tried adding the new unused flag (from #16157) to my work codebase and was surprised that it warned about unused private member when used with the http library
http4s
s query parameter matching. A minimal reproducer independent of http4s is below.Compiler version
With nightly:
3.3.0-RC1-bin-20230112-be10bc6-NIGHTLY
Minimized code
Output
Expectation
IntExtractor is used when matching against the string, so it should not warn about it being unused.
The text was updated successfully, but these errors were encountered: