diff --git a/src/algo.hpp b/src/algo.hpp index 5f896ef..9dcf1bc 100644 --- a/src/algo.hpp +++ b/src/algo.hpp @@ -93,6 +93,6 @@ namespace CosmoTool -}; +} #endif diff --git a/src/config.hpp b/src/config.hpp index 6fa7b63..940919b 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -165,6 +165,6 @@ namespace CosmoTool FilesystemFullException() : Exception() {} }; -}; +} #endif diff --git a/src/hdf5_array.hpp b/src/hdf5_array.hpp index 11762bb..4cab937 100644 --- a/src/hdf5_array.hpp +++ b/src/hdf5_array.hpp @@ -78,8 +78,6 @@ namespace CosmoTool { } }; - //, typename boost::enable_if >::type> \ - // #define HDF5_TYPE(tl, thdf5) \ template struct get_hdf5_data_type >::type > \ { static H5::DataType type() { return H5::PredType::thdf5; }; } @@ -122,7 +120,7 @@ namespace CosmoTool { template<> struct hdf5_extent_gen<0> { - static inline boost::multi_array_types::extent_gen build(hsize_t *d) + static inline boost::multi_array_types::extent_gen build(hsize_t *) { return boost::extents; } @@ -513,7 +511,7 @@ namespace CosmoTool { \ }; \ }; -}; +} #endif