From c6450934c7c860df0e4b8eecffe38132254b288b Mon Sep 17 00:00:00 2001 From: deal Date: Fri, 24 Oct 2003 22:27:44 +0000 Subject: [PATCH] Calm down a warning. git-svn-id: https://svn.dealii.org/trunk@8164 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/make_dependencies.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/common/scripts/make_dependencies.cc b/deal.II/common/scripts/make_dependencies.cc index cd7fb97790..1f6c000e5e 100644 --- a/deal.II/common/scripts/make_dependencies.cc +++ b/deal.II/common/scripts/make_dependencies.cc @@ -331,7 +331,7 @@ int main (int argc, char **argv) // parse all arguments (except the // name of the executable itself) - for (unsigned int c=1; c(argc); ++c) { const std::string arg = argv[c]; -- 2.39.5