Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSylvester committed Mar 18, 2024
1 parent ee2a9d8 commit 6cf2a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mbgl/style/property_expression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ inline float getInterpBase(const Interpolator& interp) {
}

// Produce a function for `eachStop` that extracts a single stop into the target expression
static auto addStop(MutableUniqueGPUExpression& expr, GPUOutputType outType, std::size_t& index) {
auto addStop(MutableUniqueGPUExpression& expr, GPUOutputType outType, std::size_t& index) {
return [&, outType](double input, const Expression& output) {
if (expr) {
if (const auto result = output.evaluate(EvaluationContext{/*zoom=*/0.0f})) {
Expand Down

0 comments on commit 6cf2a67

Please sign in to comment.