Skip to content

Commit

Permalink
Remove unused arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 14, 2023
1 parent a36ee9a commit c28f1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/write_events.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "write_events.h"
#include "podio/ROOTFrameWriter.h"

int main(int argc, char* argv[]) {
int main(int, char*[]) {

write<podio::ROOTFrameWriter>("edm4hep_events.root");
}

0 comments on commit c28f1b9

Please sign in to comment.