IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 0fd890c3 authored by ralfulrich's avatar ralfulrich
Browse files

fix warning

parent 143bc969
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment