diff --git a/src/table/stats.cpp b/src/table/stats.cpp index 701eaf17..49b39830 100644 --- a/src/table/stats.cpp +++ b/src/table/stats.cpp @@ -14,7 +14,7 @@ template TypedStats::TypedStats() : min {std::numeric_limits::max()} // , max {std::numeric_limits::lowest()} // - , last_seen_val(0) // NOLINT + , last_seen_val {} // NOLINT , n_nulls(0) , is_double_castable(false) { }