Skip to content
Snippets Groups Projects
Commit f62701bf authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

removed unused parameter argc/argv

parent bea0892d
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#include "cdi.h"
int main(int argc, char *argv[])
int main(void)
{
char fname[] = "test_ens.grb2";
int filetype = FILETYPE_GRB2;
......
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