From 0fd890c3e110dae8041654eb190462bd46b5a5ef Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Sat, 18 Jul 2020 21:28:48 +0200
Subject: [PATCH] fix warning

---
 readLib/source/Interface.dummy.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readLib/source/Interface.dummy.cc b/readLib/source/Interface.dummy.cc
index a84753f..74d7040 100644
--- a/readLib/source/Interface.dummy.cc
+++ b/readLib/source/Interface.dummy.cc
@@ -41,7 +41,7 @@ namespace corsika_data {
 
   // the fortran interface functions
   extern "C" {
-  void cordataopenfile_(const char* name, const int stringlength) {
+  void cordataopenfile_(const char* name, const int) {
     CorDataOpenFile(name);
   }
   void cordatafillarray_(double* data, const int& length) {
-- 
GitLab