From 00d6671a4a55736426459b4ab8d955a764ca8108 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 25 Sep 2002 17:58:11 +0000 Subject: [PATCH] Fix some issues. git-svn-id: https://svn.dealii.org/trunk@6514 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/hsl/source/detached_ma27.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/contrib/hsl/source/detached_ma27.cc b/deal.II/contrib/hsl/source/detached_ma27.cc index 5a05d6a11a..76f63409ea 100644 --- a/deal.II/contrib/hsl/source/detached_ma27.cc +++ b/deal.II/contrib/hsl/source/detached_ma27.cc @@ -15,11 +15,11 @@ #include #include #include - +#include template -void put (const T *t, const size_t N, const char *info) +void put (const T *t, const size_t N, const char */*debug_info*/) { write (1, reinterpret_cast (t), @@ -29,7 +29,7 @@ void put (const T *t, const size_t N, const char *info) template -void get (T *t, const size_t N, const char *info) +void get (T *t, const size_t N, const char */*debug_info*/) { unsigned int count = 0; while (count < sizeof(T)*N) -- 2.39.5