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
This is flagged by clang's -Wunused-but-set-parameter. Reading the implementation the warning looks good -- the routine takes warn as an input but doesn't use it.
Should a warning be thrown somewhere if it winds up true? Or perhaps it should be dropped.
I'm happy to file a PR but lack context on what's the right fix.
The text was updated successfully, but these errors were encountered:
terra/src/raster_methods.cpp
Line 3470 in 001bdfb
This is flagged by
clang
's-Wunused-but-set-parameter
. Reading the implementation the warning looks good -- the routine takeswarn
as an input but doesn't use it.Should a warning be thrown somewhere if it winds up
true
? Or perhaps it should be dropped.I'm happy to file a PR but lack context on what's the right fix.
The text was updated successfully, but these errors were encountered: