-Wunused:locals
gives false positives for some calls to transparent inline functions
#17753
Labels
-Wunused:locals
gives false positives for some calls to transparent inline functions
#17753
Compiler version
3.3.0
Minimized code
Output
Expectation
No warnings are issued.
Other
This affects Monocle's macros such as
GenLens
.I'm not certain whether or not my example can be minimized further. Interestingly, calling a transparent inline function directly doesn't trigger any warnings.
The text was updated successfully, but these errors were encountered: