Use {}
diff --git a/src/google/protobuf/descriptor_database.cc b/src/google/protobuf/descriptor_database.cc
index e009ad0..151b36e 100644
--- a/src/google/protobuf/descriptor_database.cc
+++ b/src/google/protobuf/descriptor_database.cc
@@ -628,7 +628,7 @@
                                                          Value value) {
   // We push `value` into the array first. This is important because the AddXXX
   // functions below will expect it to be there.
-  all_values_.push_back({value.first, value.second, nullptr});
+  all_values_.push_back({value.first, value.second, {}});
 
   if (!ValidateSymbolName(file.package())) {
     GOOGLE_LOG(ERROR) << "Invalid package name: " << file.package();