IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 673972bc authored by Ralf M Ulrich's avatar Ralf M Ulrich
Browse files

fix warning

parent 5601dcd3
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ namespace corsika_data { ...@@ -41,7 +41,7 @@ namespace corsika_data {
} }
void cordataclosefile_() { CorDataCloseFile(); } void cordataclosefile_() { CorDataCloseFile(); }
double cordatanextnumber_() { return CorDataNextNumber(); } double cordatanextnumber_() { return CorDataNextNumber(); }
int cordatanexttext_(char* data) { int cordatanexttext_(char*) {
std::runtime_error("Cannot read compressed data files with dummy library."); std::runtime_error("Cannot read compressed data files with dummy library.");
return 0; return 0;
} }
......
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