From: Timo Heister Date: Mon, 30 Sep 2013 00:50:21 +0000 (+0000) Subject: remove hdf5 related compiler warning X-Git-Tag: v8.1.0~686 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5cdbf79613c267428f0ce4b6708dd5f93d55dab;p=dealii.git remove hdf5 related compiler warning git-svn-id: https://svn.dealii.org/trunk@31022 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/base/data_out_base.cc b/deal.II/source/base/data_out_base.cc index 37b34d217f..24cc56da12 100644 --- a/deal.II/source/base/data_out_base.cc +++ b/deal.II/source/base/data_out_base.cc @@ -7093,7 +7093,7 @@ void DataOutBase::write_hdf5_parallel (const std::vector > & // are no patches Assert (data_filter.n_nodes() > 0, ExcNoPatches()); #else - hid_t h5_mesh_file_id, h5_solution_file_id, file_plist_id, plist_id; + hid_t h5_mesh_file_id=-1, h5_solution_file_id, file_plist_id, plist_id; hid_t node_dataspace, node_dataset, node_file_dataspace, node_memory_dataspace; hid_t cell_dataspace, cell_dataset, cell_file_dataspace, cell_memory_dataspace; hid_t pt_data_dataspace, pt_data_dataset, pt_data_file_dataspace, pt_data_memory_dataspace;